1 parent cd0d7c2 commit 205b148Copy full SHA for 205b148
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"precommit": "clinton && lint-staged",
20
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
21
- "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore: Update changelog\"",
+ "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
22
"prepare": "npm run build",
23
"build": "rimraf lib && babel src -d lib",
24
"test": "jest && codecov"
0 commit comments