File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 " reqwest" ,
2020 " safify" ,
2121 " supabase" ,
22- " swiper"
22+ " swiper" ,
23+ " lefthook"
2324 ],
2425 "dictionaries" : [
2526 " softwareTerms" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ setup-ci:
1717 make generate-sql
1818
1919sync : 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 ' ----------------------------------------------------------------------------------------------------------'
Original file line number Diff line number Diff line change 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 } ) ;
You can’t perform that action at this time.
0 commit comments