Skip to content

Commit bc7b546

Browse files
committed
update preversion script
1 parent 0a75d25 commit bc7b546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docs": "docz dev",
2828
"docs-build": "rm -rf docs && docz build",
2929
"prepare": "yarn build",
30-
"preversion": "yarn lint && yarn test && yarn build",
30+
"preversion": "yarn install && yarn lint && yarn test",
3131
"version": "yarn docs-build && git add -A docs",
3232
"postversion": "git push && git push --tags && npm publish"
3333
},

0 commit comments

Comments
 (0)