From eea9e40c86576b24e910d49d4031b1cd6fc91cd0 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 12 Apr 2022 12:32:09 -0400 Subject: [PATCH] use npm ci --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index c49fbf6..82a97d5 100644 --- a/render.yaml +++ b/render.yaml @@ -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