We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbc80b commit 810b74eCopy full SHA for 810b74e
package.json
@@ -25,7 +25,7 @@
25
"build:dev": "webpack --mode=development",
26
"dev": "webpack --mode=development -w",
27
"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",
28
- "preversion": "npm test && npm run build:js",
+ "preversion": "npm test && npm run test:mocha && npm run lint:quiet && npm run build:js",
29
"version": "npm run build:release && git add release/",
30
"docs:dev": "vitepress dev docs",
31
"docs:build": "vitepress build docs",
0 commit comments