Skip to content

Commit 3840b4e

Browse files
committed
build: perfomance for scrip
1 parent 531a0c8 commit 3840b4e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616
"node": ">=4"
1717
},
1818
"scripts": {
19+
"precommit": "clinton && lint-staged",
1920
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
20-
"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",
21+
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
2522
"test": "nyc ava"
2623
},
2724
"files": [

0 commit comments

Comments
 (0)