Skip to content

Commit

Permalink
chore(.husky): shell path and arg updates (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 14, 2022
1 parent 7b076ef commit c80fe0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn commitlint --edit $1
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"

yarn lint-staged

0 comments on commit c80fe0d

Please sign in to comment.