Skip to content

Commit 692272f

Browse files
committed
build: update build scripts
1 parent e1cde86 commit 692272f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@
1818
"node": ">=6"
1919
},
2020
"scripts": {
21-
"prepush": "npm t",
22-
"precommit": "clinton && lint-staged",
23-
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
24-
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
21+
"version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
2522
"prepare": "npm run build",
2623
"build": "rimraf lib && babel src -d lib",
27-
"lint": "eslint src/cli.js",
2824
"pretest": "npm run build",
2925
"test": "nyc ava"
3026
},

0 commit comments

Comments
 (0)