Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 1, 2022
1 parent 12dab02 commit 5dbd189
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 run test:ci

0 comments on commit 5dbd189

Please sign in to comment.