-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ADMSK\AVROGAL1
committed
Feb 25, 2021
1 parent
2bde27b
commit dcb66aa
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "npm run pretty && npm run lint:staged && npm run all" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters