Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 31, 2022
1 parent c53111a commit 9587501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test

0 comments on commit 9587501

Please sign in to comment.