Skip to content

Commit

Permalink
chore: build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 26, 2022
1 parent cade644 commit c828f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,8 @@
"update-readme": "node ./scripts/update-readme.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
"release": "bumpp -x \"npm run changelog\" --all --tag --commit --push && npm publish",
"release-gh": "conventional-github-releaser -p angular"
"release-gh": "conventional-github-releaser -p angular",
"prepublishOnly": "npm run build"
},
"bugs": {
"url": "https://github.com/vuejs/composition-api/issues"
Expand Down

0 comments on commit c828f99

Please sign in to comment.