Skip to content

Commit 4ebb0f9

Browse files
authored
Merge pull request #10 from w3geo/prepublish
Fix lifecycle script name
2 parents a3d4d91 + 3533f44 commit 4ebb0f9

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)