Skip to content

Commit

Permalink
fix: fixed husky shell ref
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Sep 20, 2021
1 parent 4d9efd9 commit c67e038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/common.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

command_exists () {
command -v "$1" >/dev/null 2>&1
}
Expand Down

0 comments on commit c67e038

Please sign in to comment.