Skip to content

Commit

Permalink
Run mocha tests before upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jul 26, 2024
1 parent 0cbc80b commit 810b74e
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 @@ -25,7 +25,7 @@
"build:dev": "webpack --mode=development",
"dev": "webpack --mode=development -w",
"postshrinkwrap": "if [ \"`uname`\" = \"Darwin\" ]; then sed -i '' -e 's/http:\\/\\//https:\\/\\//g' package-lock.json; else sed -i -e 's/http:\\/\\//https:\\/\\//g' package-lock.json; fi",
"preversion": "npm test && npm run build:js",
"preversion": "npm test && npm run test:mocha && npm run lint:quiet && npm run build:js",
"version": "npm run build:release && git add release/",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
Expand Down

0 comments on commit 810b74e

Please sign in to comment.