Skip to content

Commit 0e850ee

Browse files
Added precommit
1 parent 4c8c7bb commit 0e850ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx lint-staged && npm run test:build

0 commit comments

Comments
 (0)