Skip to content

Commit

Permalink
fix(build): ensure to run build on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed Jan 13, 2021
1 parent d3037b1 commit 322d10f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"build": "vue-cli-service build --target lib src/index.js",
"docs:build": "vuepress build docs",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"prepublishOnly": "npm run build"
},
"files": [
"dist/"
Expand Down

0 comments on commit 322d10f

Please sign in to comment.