Skip to content

Commit d95c7c4

Browse files
committed
build: updated husky hooks
1 parent cb3873d commit d95c7c4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
32

43
echo "Running pre-commit hook"
54

.husky/pre-push

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
32

43
echo "Running pre-push hook"
54

0 commit comments

Comments
 (0)