Skip to content

Commit c6f9bc1

Browse files
committed
chore: update husky command order
1 parent 6afbb32 commit c6f9bc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
npm run format && npm run lint:fix
2-
1+
npm run lint:fix && npm run format
32
# Add this to test the code before commiting
43
# exit 1

0 commit comments

Comments
 (0)