Skip to content

Commit

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

npm run test
npm run lint:everything

0 comments on commit 8868dd3

Please sign in to comment.