Skip to content

Commit e54038f

Browse files
committed
extend gentypes
1 parent 0e142f2 commit e54038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"migrate": "tsx scripts/migrate.ts",
3535
"test": "pnpm run build && cucumber-js",
3636
"genenv": "tsx scripts/createEnv.mts",
37-
"gentypes": "tsx scripts/genTypes.ts",
37+
"gentypes": "tsx scripts/genTypes.ts && kysely-codegen && kysely-codegen --config-file .zod-codegenrc.ts",
3838
"dbdiff": "supabase stop && supabase db diff",
3939
"dbdiff:save": "supabase stop && supabase db diff -f",
4040
"deploy": "tsx scripts/deploy.ts",

0 commit comments

Comments
 (0)