We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ac00 commit 700f7b4Copy full SHA for 700f7b4
.husky/pre-commit
@@ -1,4 +1,2 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
4
npx lint-staged
package.json
@@ -20,7 +20,7 @@
20
"test": "nx run-many --target=test --parallel",
21
"test:ci": "nx run-many --target=test --run",
22
"typecheck": "nx run-many --target=typecheck --parallel",
23
- "prepare": "husky install"
+ "prepare": "husky"
24
},
25
"devDependencies": {
26
"@auto-it/all-contributors": "11.2.0",
0 commit comments