We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ae190 commit 15a2d1fCopy full SHA for 15a2d1f
package.json
@@ -21,7 +21,7 @@
21
"start": "webpack serve --hot --mode development --static ./example",
22
"build": "webpack --config webpack.build.cjs && rm -rf build/types/components",
23
"deploy-demo": "npm run build && bash scripts/deploy-demo.sh",
24
- "preversion": "npm run lint && npm test",
+ "preversion": "npm run lint && npm test && npm run test:package",
25
"version": "npm run build && git add -A",
26
"postversion": "git push && git push --tags && npm run deploy-demo"
27
},
0 commit comments