Skip to content

Commit 492af35

Browse files
committed
fix: add prepublishOnly script
1 parent a5fcd2e commit 492af35

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
@@ -37,6 +37,7 @@
3737
"lint": "eslint .",
3838
"lint:fix": "eslint . --ext .vue,.js,.jsx,.ts,.tsx,json --fix --ignore-path .gitignore",
3939
"postinstall": "node scripts/postinstall.cjs",
40+
"prepublishOnly": "npm run build",
4041
"release": "bumpp --commit --no-push --tag && npm publish"
4142
},
4243
"peerDependencies": {

0 commit comments

Comments
 (0)