From 4b708794d5c5a1e202fb35483650af1159672ac6 Mon Sep 17 00:00:00 2001 From: Albert Byiringiro <88356155+albert-byiringiro@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:06:01 +0200 Subject: [PATCH] updated npm packages --- render.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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