Skip to content

Commit

Permalink
chore: fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Feb 26, 2024
1 parent e68b250 commit 1fa7e2b
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 @@ -16,7 +16,7 @@
"serve": "webpack serve --mode=development",
"serve:prod": "webpack serve --mode=production",
"start": "npm run serve",
"test:node": "webpack --env test && npx mocha dist/tests.js",
"test:node": "webpack --env test && npx mocha test-build/tests.js",
"postinstall": "patch-package"
},
"browser": "./dist/src/index.js",
Expand Down

0 comments on commit 1fa7e2b

Please sign in to comment.