use npm ci

This commit is contained in:
Tommy Parnell
2022-04-12 12:32:09 -04:00
parent 36fa2ed4bd
commit eea9e40c86

View File

@@ -9,7 +9,7 @@ services:
name: remix name: remix
env: node env: node
plan: free 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" startCommand: "npm run start"
envVars: envVars:
- key: DATABASE_URL - key: DATABASE_URL