Skip to content

Commit 3533f44

Browse files
committed
Fix lifecycle script name
1 parent a3d4d91 commit 3533f44

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
@@ -33,7 +33,7 @@
3333
"dev": "vite",
3434
"build": "vue-tsc -b && vite build",
3535
"preview": "vite preview",
36-
"prepublish": "npm run build",
36+
"prepublishOnly": "npm run build",
3737
"watch": "nodemon --watch src -e js,json,mjs,vue --exec 'npm run build'",
3838
"test": "npm run lint && npm run typecheck",
3939
"lint": "eslint .",

0 commit comments

Comments
 (0)