We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7451ecf commit f6f067dCopy full SHA for f6f067d
1 file changed
packages/database/package.json
@@ -11,7 +11,7 @@
11
"init": "supabase login",
12
"dev": "supabase start",
13
"stop": "supabase stop",
14
- "build": "npm run lint && npm run gentypes:local && npm run dbdiff",
+ "build": "npm run lint && npm run gentypes:local && cp ./types.gen.ts ../../apps/website/app/utils/supabase && npm run dbdiff",
15
"lint": "sqruff lint supabase/schemas",
16
"lint:fix": "sqruff fix supabase/schemas",
17
"gentypes:local": "supabase start && supabase gen types typescript --local --schema public > types.gen.ts",
0 commit comments