Skip to content

Commit 880ae21

Browse files
committed
set lefthook install
1 parent 0524e8c commit 880ae21

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"reqwest",
2020
"safify",
2121
"supabase",
22-
"swiper"
22+
"swiper",
23+
"lefthook"
2324
],
2425
"dictionaries": [
2526
"softwareTerms",

Makefile

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

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

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
];
3434
shellHook = ''
3535
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.stdenv.cc.cc.lib}/lib
36+
lefthook install
3637
'' + prisma.shellHook;
3738
};
3839
});

0 commit comments

Comments
 (0)