Skip to content

Commit

Permalink
docs: add npm version script
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Sep 25, 2018
1 parent fb9a1f8 commit 93d1804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"prettier": "prettier --list-different \"./src/**/*.ts\"",
"prettier:fix": "prettier --write \"./src/**/*.ts\"",
"prepublishOnly": "npm run test && npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"version": "npm run changelog && git add CHANGELOG.md"
},
"author": "devexperts",
"license": "MPL-2.0",
Expand Down

0 comments on commit 93d1804

Please sign in to comment.