Skip to content

Commit

Permalink
feature: modified votefusion client
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 18, 2024
1 parent b476ad5 commit d9a40f2
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,7 +44,7 @@ services:
region: frankfurt
branch: main
buildCommand: >
npm install && 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
Expand All @@ -55,4 +55,4 @@ services:
- key: PORT
value: 10000
- key: NODE_ENV
value: production
value: production

0 comments on commit d9a40f2

Please sign in to comment.