Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 1, 2022
1 parent 0701e56 commit a121b82
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:tap
npm run lint:everything

0 comments on commit a121b82

Please sign in to comment.