Skip to content

Commit

Permalink
allow conditional precommit (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 19, 2022
1 parent f238d5a commit baff8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
[ ! -x "$(command -v yarn)" ] || yarn lint-staged

0 comments on commit baff8c5

Please sign in to comment.