Skip to content

Commit e0b676d

Browse files
committed
1 parent f31d533 commit e0b676d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:ladle": "IS_LADLE=1 ladle build",
2828
"unused-exports": "ts-unused-exports tsconfig.json --ignoreFiles=\\.stories --excludePathsFromReport=\"libs/api/index.ts;libs/ui/index.ts\"",
2929
"postinstall": "patch-package",
30-
"prepare": "husky install"
30+
"prepare": "husky"
3131
},
3232
"private": true,
3333
"dependencies": {

0 commit comments

Comments
 (0)