Skip to content

Commit 0c3da6b

Browse files
chore(husky): tidy pre-commit hook
1 parent c9592d1 commit 0c3da6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.husky/pre-commit

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

4-
npm run test:ci && npx lint-staged
4+
npm run test:ci
5+
npx lint-staged

0 commit comments

Comments
 (0)