We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e142f2 commit e54038fCopy full SHA for e54038f
packages/database/package.json
@@ -34,7 +34,7 @@
34
"migrate": "tsx scripts/migrate.ts",
35
"test": "pnpm run build && cucumber-js",
36
"genenv": "tsx scripts/createEnv.mts",
37
- "gentypes": "tsx scripts/genTypes.ts",
+ "gentypes": "tsx scripts/genTypes.ts && kysely-codegen && kysely-codegen --config-file .zod-codegenrc.ts",
38
"dbdiff": "supabase stop && supabase db diff",
39
"dbdiff:save": "supabase stop && supabase db diff -f",
40
"deploy": "tsx scripts/deploy.ts",
0 commit comments