use npm ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user