Skip to content

Commit

Permalink
build: updated husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlansCodeLog committed Nov 13, 2024
1 parent cb3873d commit d95c7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh

echo "Running pre-commit hook"

Expand Down
3 changes: 1 addition & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh

echo "Running pre-push hook"

Expand Down

0 comments on commit d95c7c4

Please sign in to comment.