Skip to content

Commit

Permalink
chore: set experimental-vm-modules option in dts-gen test
Browse files Browse the repository at this point in the history
  • Loading branch information
nameless-mc committed Oct 22, 2024
1 parent 52ccd82 commit e418fc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 66 deletions.
7 changes: 4 additions & 3 deletions packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lint:prettier": "prettier --parser typescript --check \"src/**/*.{ts,tsx}\" ./kintone.d.ts",
"lint": "run-p lint:*",
"help": "node dist/index.js --help",
"test": "jest",
"test:ci": "jest --runInBand",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest",
"test:ci": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand",
"build:integration": "webpack --mode development --config webpack.config.js"
},
"engines": {
Expand All @@ -42,7 +42,8 @@
"ts-loader": "^9.5.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"assert": "^2.1.0"
"assert": "^2.1.0",
"cross-env": "^7.0.3"
},
"bin": {
"kintone-dts-gen": "dist/index.js"
Expand Down
68 changes: 5 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e418fc8

Please sign in to comment.