Skip to content

Commit 419eeca

Browse files
committed
chore: update pre-commit script to only run yarn precommit
1 parent 6019f8b commit 419eeca

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.husky/pre-commit

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
bash << EOF
2-
3-
# Make sure installed dependencies are up-to-date
41
yarn install
5-
6-
# Run precommit script
7-
yarn precommit
8-
9-
EOF
2+
yarn precommit

0 commit comments

Comments
 (0)