Skip to content

Commit

Permalink
husky instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
guyb1 committed Aug 25, 2024
1 parent 4b48cc5 commit 9d6456a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npm run lint
#!/bin/sh
npm run lint || { echo "lint failed, please run \"npm run lint:fix\" to fix the errors." ; exit 1; }

0 comments on commit 9d6456a

Please sign in to comment.