Skip to content

Commit

Permalink
fix(npm-scripts): rename commit to cz so husky wont run precommit twice
Browse files Browse the repository at this point in the history
for more details pls see lint-staged/lint-staged#152
  • Loading branch information
Hotell committed Jun 4, 2017
1 parent aa4841d commit 248a570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"ts:style": "npm run ts:format && npm run ts:lint",
"ts:style:fix": "npm run ts:format:fix && npm run ts:lint:fix",
"verify": "npm run ts:style && npm test",
"commit": "git-cz",
"cz": "git-cz",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm run verify",
Expand Down

0 comments on commit 248a570

Please sign in to comment.