Skip to content

Commit 8dd8700

Browse files
author
Pooya Parsa
committed
fix: add prepublish script
1 parent 24b4d67 commit 8dd8700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "bili",
88
"test": "true",
9+
"prepublish": "yarn build",
910
"release": "standard-version && yarn build && git push --follow-tags && npm publish"
1011
},
1112
"repository": {

0 commit comments

Comments
 (0)