Skip to content

Commit b035b6b

Browse files
committed
Fix husky setup, maybe?
1 parent c31bb87 commit b035b6b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.husky/pre-commit

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"report-coverage": "cat coverage/lcov.info | coveralls",
3939
"test": "jest --selectProjects unit",
4040
"test:smoke": "jest --selectProjects smoke",
41-
"prepare": "husky install"
41+
"prepare": "husky"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)