Skip to content

Commit

Permalink
. e fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
mch committed Oct 25, 2024
1 parent 89e8e2f commit c590f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-options=--experimental-vm-modules
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
},
"scripts": {
"build": "tsc",
"test": "gulp && npm run test_jest",
"test_jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test": "gulp && jest",
"test2": "npm run mocha && npm run lint",
"lint": "eslint './lib/**/*.js' './test/**/*.js'",
"release": "np",
Expand Down

0 comments on commit c590f52

Please sign in to comment.