Skip to content

Commit 2cb569b

Browse files
committed
correct syntax error in package.json
1 parent 5271543 commit 2cb569b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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",

0 commit comments

Comments
 (0)