Skip to content

Commit 85019a5

Browse files
committed
chore: update package
1 parent 6ae17e3 commit 85019a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "vue-cli-service serve",
1111
"build": "vue-cli-service build --target lib --name index ./src/index.js",
12-
"prepublishOnly": "np --yolo --no-publish",
12+
"prepublishOnly": "npm run build && np --yolo --no-publish",
1313
"docs:start": "vuepress dev docs",
1414
"docs:build": "vuepress build docs",
1515
"docs:deploy": "gh-pages -d docs-dist",

0 commit comments

Comments
 (0)