diff --git a/render.yaml b/render.yaml index 892d195..c027315 100644 --- a/render.yaml +++ b/render.yaml @@ -46,7 +46,7 @@ services: buildCommand: > npm ci && cd shared && npm install && npm run build && cd ../client && npm install --save-dev @types/react-transition-group @types/react @types/react-dom && - npm install vite @vitejs/plugin-react && + npm install vite @vitejs/plugin-react && SKIP_PREFLIGHT_CHECK=true npm run build startCommand: cd client && npm run serve envVars: @@ -55,4 +55,4 @@ services: - key: PORT value: 10000 - key: NODE_ENV - value: development + value: production