Skip to content

Commit aa56ac1

Browse files
committed
chore(husky): normalize pre-commit hook shebang
1 parent 2b4a591 commit aa56ac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
23

34
npx pretty-quick --staged

0 commit comments

Comments
 (0)