File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "check-types" : " npm run lint && supabase stop && npm run dbdiff" ,
1515 "lint" : " tsx scripts/lint.ts" ,
1616 "lint:fix" : " tsx scripts/lint.ts -f" ,
17- "build" : " supabase start && supabase migrations up && supabase gen types typescript --local --schema public > types.gen.ts && && cp ./types.gen.ts ../../apps/website/app/utils/supabase" ,
17+ "build" : " supabase start && supabase migrations up && ( supabase gen types typescript --local --schema public > types.gen.ts) && cp ./types.gen.ts ../../apps/website/app/utils/supabase" ,
1818 "gentypes:production" : " supabase start && supabase gen types typescript --project-id \" $SUPABASE_PROJECT_ID\" --schema public > types.gen.ts" ,
1919 "dbdiff" : " supabase stop && supabase db diff" ,
2020 "dbdiff:save" : " supabase stop && supabase db diff -f" ,
You can’t perform that action at this time.
0 commit comments