Skip to content

Commit 8a8ad3c

Browse files
amirai21asafgardin
authored andcommitted
feat: added husky
1 parent 4b6e229 commit 8a8ad3c

File tree

3 files changed

+17965
-7461
lines changed

3 files changed

+17965
-7461
lines changed

.husky/pre-commit

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
33

4-
npm run lint && npm run format && npm run quality:fix
4+
npm run quality:fix

0 commit comments

Comments
 (0)