Skip to content

Commit 639544e

Browse files
committed
it's ok to fail lefthook install
1 parent fea7abf commit 639544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ setup-ci:
1717
make generate-sql
1818

1919
sync: sync-server sync-web sync-root copy-common
20-
lefthook install
20+
lefthook install || true
2121
@echo '----------------------------------------------------------------------------------------------------------'
2222
@echo '| Most work is done. now running prisma-generate-sql (which might fail if .env.dev is not set configured)|'
2323
@echo '----------------------------------------------------------------------------------------------------------'

0 commit comments

Comments
 (0)