Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 12, 2023
1 parent e2678ed commit d2d4924
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
[ -n "$NETLIFY" ] && exit 0
. "$(dirname "$0")/_/husky.sh"

yarn tidy-clean
yarn install --check-files
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
[ -n "$NETLIFY" ] && exit 0
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged

0 comments on commit d2d4924

Please sign in to comment.