Skip to content

Commit b1bff1c

Browse files
chore: Ensure Husky runs quality on pre-commit
1 parent 357d7a8 commit b1bff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
npm run quality && npx lint-staged

0 commit comments

Comments
 (0)