Skip to content

Commit fbe847d

Browse files
committed
fix: update pre-commit hooks to use format:check and lint instead of format and lint:fix
1 parent 1becea0 commit fbe847d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
npm test
2-
npm run format
3-
npm run lint:fix
2+
npm run format:check
3+
npm run lint

0 commit comments

Comments
 (0)