Skip to content

Commit

Permalink
build: use npm for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
umutcanbolat committed Apr 29, 2020
1 parent c4eeee6 commit e12f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint --ext .js,.ts src/ --ext .js,.ts test/",
"lint:fix": "yarn lint --fix",
"version:recommend": "conventional-recommended-bump -p angular",
"version:bump": "yarn version -m \"chore(release): publish %s\"",
"version:bump": "npm version -m \"chore(release): publish %s\"",
"preversion": "yarn test && yarn lint && yarn build",
"version": "yarn changelog && git add .",
"postversion": "git push && git push --tags",
Expand Down

0 comments on commit e12f5ce

Please sign in to comment.