mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-22 16:42:53 -05:00
chore: propagate lefthook installation failures (#10523)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
"url": "git+https://github.com/better-auth/better-auth.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "git rev-parse --git-dir >/dev/null 2>&1 && lefthook install --reset-hooks-path || echo \"skipping lefthook (not a git repo)\"",
|
||||
"prepare": "if git rev-parse --git-dir >/dev/null 2>&1; then lefthook install --reset-hooks-path; else echo \"skipping lefthook (not a git repo)\"; fi",
|
||||
"build": "turbo build --filter=./packages/*",
|
||||
"dev": "turbo dev --filter=./packages/* --filter=!./packages/cli",
|
||||
"clean": "turbo clean --filter=./packages/* && rm -rf node_modules",
|
||||
|
||||
Reference in New Issue
Block a user