Skip to content

Commit

Permalink
use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleDev committed Apr 12, 2022
1 parent 36fa2ed commit eea9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
name: remix
env: node
plan: free
buildCommand: "npm install && npm run build && npx prisma migrate deploy"
buildCommand: "npm ci && npm run build && npx prisma migrate deploy"
startCommand: "npm run start"
envVars:
- key: DATABASE_URL
Expand Down

0 comments on commit eea9e40

Please sign in to comment.