We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4d91 commit 3533f44Copy full SHA for 3533f44
package.json
@@ -33,7 +33,7 @@
33
"dev": "vite",
34
"build": "vue-tsc -b && vite build",
35
"preview": "vite preview",
36
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
37
"watch": "nodemon --watch src -e js,json,mjs,vue --exec 'npm run build'",
38
"test": "npm run lint && npm run typecheck",
39
"lint": "eslint .",
0 commit comments