Skip to content

Commit c2542a3

Browse files
authored
Use yarn to resolve lint-staged in pre-commit (home-assistant#13470)
1 parent 6b7c00e commit c2542a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
lint-staged --relative --shell "/bin/bash"
4+
yarn run lint-staged --relative --shell "/bin/bash"

0 commit comments

Comments
 (0)