We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cade644 commit c828f99Copy full SHA for c828f99
package.json
@@ -42,7 +42,8 @@
42
"update-readme": "node ./scripts/update-readme.js",
43
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
44
"release": "bumpp -x \"npm run changelog\" --all --tag --commit --push && npm publish",
45
- "release-gh": "conventional-github-releaser -p angular"
+ "release-gh": "conventional-github-releaser -p angular",
46
+ "prepublishOnly": "npm run build"
47
},
48
"bugs": {
49
"url": "https://github.com/vuejs/composition-api/issues"
0 commit comments