Skip to content

Commit 88db06d

Browse files
authoredMar 21, 2025··
Remove deprecated command invocation (#1436)
Saw this warning in the logs: ``` husky - DEPRECATED Please remove the following two lines from .husky/pre-commit: #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" They WILL FAIL in v10.0.0 → No staged files match any configured task. ```
1 parent 5bb867f commit 88db06d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

0 commit comments

Comments
 (0)
Please sign in to comment.