Skip to content

Commit

Permalink
test script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Hendrey committed Oct 1, 2023
1 parent 3d1ca5f commit 77fcca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf dist",
"build": "tsc && npm run webpack",
"webpack": "webpack && webpack --config webpack.config.cjs.js",
"test": "clean && build && node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "npm run clean && npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test-fast": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"stated": "node --experimental-vm-modules dist/stated.js"
},
Expand Down

0 comments on commit 77fcca6

Please sign in to comment.