Skip to content

Commit

Permalink
update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Jul 27, 2023
1 parent 75044cf commit 04d4255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn tidy-clean
yarn install --check-files
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn lint-staged

0 comments on commit 04d4255

Please sign in to comment.