Skip to content

Commit 7744ce6

Browse files
authored
chore: disable codegen in prod build script (#5573)
1 parent e514e4f commit 7744ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "pnpm build:next",
99
"build:next": "next build",
10-
"build:prod": "pnpm codegen && pnpm build:next",
10+
"build:prod": "pnpm build:next",
1111
"codegen": "pnpm supabase:codegen && pnpm graphql:codegen && pnpm graphql:rover",
1212
"deploy": "pnpm build:prod",
1313
"dev": "pnpm codegen && next dev",

0 commit comments

Comments
 (0)