Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 31, 2022
1 parent 3f2f418 commit 67537d7
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 67537d7

Please sign in to comment.