Skip to content

Commit 8f3f84b

Browse files
committed
chore: update publish script
1 parent 7aa25ee commit 8f3f84b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
"test-dts": "tsc -p ./test-dts/tsconfig.json && yarn build && tsc -p ./test-dts/tsconfig.build.json",
3636
"update-readme": "node ./scripts/update-readme.js",
3737
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
38-
"prepublish": "yarn test",
39-
"postpublish": "yarn release-gh",
4038
"version": "yarn changelog && yarn update-readme && git add CHANGELOG.md README.*",
41-
"release": "yarn version && git push --follow-tags && yarn publish --non-interactive",
39+
"release": "yarn test && npx bumpp --tag --commit --push && yarn publish --non-interactive && yarn release-gh",
4240
"release-gh": "conventional-github-releaser -p angular"
4341
},
4442
"bugs": {

0 commit comments

Comments
 (0)