Skip to content

Commit 1818073

Browse files
committed
chore: temp disable commit hooks
1 parent 733c948 commit 1818073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn lint && yarn pretty-quick --staged
4+
#yarn lint && yarn pretty-quick --staged

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn build && yarn test
4+
#yarn build && yarn test

0 commit comments

Comments
 (0)