Skip to content

Commit

Permalink
Add tip to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
allthesignals committed Oct 26, 2021
1 parent 3281a3f commit 14ae980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

echo "Running pre-commit hooks. In a hurry? Add --no-verify flag to your command."
yarn run test
yarn run lint-staged

0 comments on commit 14ae980

Please sign in to comment.