Skip to content

Commit c828f99

Browse files
committed
chore: build before publish
1 parent cade644 commit c828f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"update-readme": "node ./scripts/update-readme.js",
4343
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
4444
"release": "bumpp -x \"npm run changelog\" --all --tag --commit --push && npm publish",
45-
"release-gh": "conventional-github-releaser -p angular"
45+
"release-gh": "conventional-github-releaser -p angular",
46+
"prepublishOnly": "npm run build"
4647
},
4748
"bugs": {
4849
"url": "https://github.com/vuejs/composition-api/issues"

0 commit comments

Comments
 (0)