Skip to content

Commit 317e91c

Browse files
authored
Merge pull request #175 from DiscourseGraphs/ENG-328-syntax-error
correct syntax error in package.json
2 parents 5271543 + 2cb569b commit 317e91c

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)