We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae17e3 commit 85019a5Copy full SHA for 85019a5
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"start": "vue-cli-service serve",
11
"build": "vue-cli-service build --target lib --name index ./src/index.js",
12
- "prepublishOnly": "np --yolo --no-publish",
+ "prepublishOnly": "npm run build && np --yolo --no-publish",
13
"docs:start": "vuepress dev docs",
14
"docs:build": "vuepress build docs",
15
"docs:deploy": "gh-pages -d docs-dist",
0 commit comments