Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent 0c5b63d commit ea71a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ services:
plan: free
region: frankfurt
branch: main
rootDir: client
buildCommand: >
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: npm run serve
startCommand: cd ../ && npm install && npm run start
envVars:
- key: VITE_API_URL
value: https://votefusion-api.onrender.com
Expand Down

0 comments on commit ea71a55

Please sign in to comment.