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 531a0c8 commit 3840b4eCopy full SHA for 3840b4e
1 file changed
package.json
@@ -16,12 +16,9 @@
16
"node": ">=4"
17
},
18
"scripts": {
19
+ "precommit": "clinton && lint-staged",
20
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
- "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog\"",
21
- "patch": "np patch --any-branch --no-yarg",
22
- "minor": "np minor --any-branch --no-yarg",
23
- "major": "np major --any-branch --no-yarg",
24
- "pretest": "clinton && lint-staged",
+ "postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
25
"test": "nyc ava"
26
27
"files": [
0 commit comments