We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62e690 commit a8fb0e0Copy full SHA for a8fb0e0
1 file changed
apps/gateway/package.json
@@ -5,7 +5,7 @@
5
"private": true,
6
"license": "Apache-2.0",
7
"scripts": {
8
- "build": "rm -rf dist && pnpm build:client && pnpm build:server && tsx scripts/build.ts",
+ "build": "rm -rf dist && pnpm build:client && pnpm build:server && NODE_ENV=production tsx scripts/build.ts",
9
"build:client": "vite build --ssrManifest --outDir dist/client",
10
"build:server": "vite build --ssr src/entry-server.tsx --outDir dist/server",
11
"db:generate": "prisma generate",
0 commit comments