Skip to content

Commit 15a2d1f

Browse files
committed
test packages on preversion
1 parent 93ae190 commit 15a2d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"start": "webpack serve --hot --mode development --static ./example",
2222
"build": "webpack --config webpack.build.cjs && rm -rf build/types/components",
2323
"deploy-demo": "npm run build && bash scripts/deploy-demo.sh",
24-
"preversion": "npm run lint && npm test",
24+
"preversion": "npm run lint && npm test && npm run test:package",
2525
"version": "npm run build && git add -A",
2626
"postversion": "git push && git push --tags && npm run deploy-demo"
2727
},

0 commit comments

Comments
 (0)