Skip to content

Commit

Permalink
build: update commands to use pnpm instead of npm for installation an…
Browse files Browse the repository at this point in the history
…d building (#470)
  • Loading branch information
ttizze authored Dec 25, 2024
2 parents 9d60410 + e6060f0 commit 5554c8e
Show file tree
Hide file tree
Showing 3 changed files with 23,981 additions and 3 deletions.
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
branch: main
plan: starter
region: singapore
buildCommand: npm install && npm run build
startCommand: npx prisma migrate deploy && npx prisma generate && npm start
buildCommand: pnpm install && pnpm run build
startCommand: npx prisma migrate deploy && npx prisma generate && pnpm start
rootDir: web
envVars:
- key: DATABASE_URL
Expand Down
Loading

0 comments on commit 5554c8e

Please sign in to comment.