Skip to content

Commit

Permalink
feature: fix render client deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent 3fcab47 commit dd3a366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ services:
region: frankfurt
branch: main
buildCommand: >
npm ci && cd shared && npm install && npm run build && cd ../client &&
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 &&
SKIP_PREFLIGHT_CHECK=true npm run build
startCommand: cd client && npm run serve
startCommand: npm run serve
envVars:
- key: VITE_API_URL
value: https://votefusion-api.onrender.com
Expand Down

0 comments on commit dd3a366

Please sign in to comment.