Skip to content

Commit

Permalink
feat: 🎸 added new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ADMSK\AVROGAL1 committed Feb 25, 2021
1 parent 44ea26b commit bab379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"prepare-commit-msg": "git cz --hook --non-interactive --type=feat --subject=\"added new features\" || true",
"pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && lint-staged"
"pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && lint-staged && npm run all"
}
}

0 comments on commit bab379d

Please sign in to comment.