Skip to content

Commit

Permalink
fix: fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-nguyen-cs committed Nov 14, 2023
1 parent cbd292d commit a905de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomy-editor-frontend/.husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
CYAN='\033[0;36m'
NO_COLOR='\033[0m'

make local_quality || echo "${CYAN}If you want to skip the pre-push tests, use git push --no-verify${NO_COLOR}" && exit 1
make local_quality || (echo "${CYAN}If you want to skip the pre-push tests, use git push --no-verify${NO_COLOR}" && exit 1)

0 comments on commit a905de0

Please sign in to comment.