Skip to content

Commit 717dff1

Browse files
committed
chore: removes deprecated Husky logic
1 parent 2a157ed commit 717dff1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.husky/pre-commit

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

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
yarn run test

0 commit comments

Comments
 (0)