Skip to content

Commit 700f7b4

Browse files
authored
Chore: Clean up husky (#1132)
1 parent 088ac00 commit 700f7b4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
31

42
npx lint-staged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "nx run-many --target=test --parallel",
2121
"test:ci": "nx run-many --target=test --run",
2222
"typecheck": "nx run-many --target=typecheck --parallel",
23-
"prepare": "husky install"
23+
"prepare": "husky"
2424
},
2525
"devDependencies": {
2626
"@auto-it/all-contributors": "11.2.0",

0 commit comments

Comments
 (0)