Skip to content

Commit

Permalink
Remove deprecated husky command lines. (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove authored Sep 20, 2024
1 parent 56afbb3 commit c0d3ef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
if [ -f "package-lock.json" ]; then
echo "package-lock.json exists. Please remove it." >&2
exit -1
Expand Down

0 comments on commit c0d3ef8

Please sign in to comment.