Skip to content

Commit f330871

Browse files
committed
--reset-hooks-pathオプションを入れる
1 parent 8c05bd1 commit f330871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:api": "turbo build --filter=@sonory/api",
2626
"deploy:api": "turbo deploy --filter=@sonory/api",
2727
"deploy:web": "turbo deploy --filter=@sonory/web",
28-
"prepare": "lefthook install",
28+
"prepare": "lefthook install --reset-hooks-path",
2929
"postinstall": "turbo build --filter=@sonory/shared-types --filter=@sonory/utils",
3030
"setup": "npm install && npm run build",
3131
"setup:env": "bash scripts/setup-env.sh",

0 commit comments

Comments
 (0)