Skip to content

Commit

Permalink
chore(pkg): build by prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 10, 2021
1 parent 84a5de7 commit 1ef8b40
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 @@ -20,7 +20,8 @@
"build": "siroc build",
"dev": "nuxt-ts test/fixture",
"lint": "eslint --ext .ts,.js,.vue .",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"prepublishOnly": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest --verbose"
},
"dependencies": {
Expand Down

0 comments on commit 1ef8b40

Please sign in to comment.