From 99d73e1ab91551d8e17db00800eec38be15386e2 Mon Sep 17 00:00:00 2001 From: Adithya Sreyaj Date: Mon, 8 Apr 2024 21:52:51 +0530 Subject: [PATCH] chore: update nixpacks --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 9e01593..2d90ea2 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -14,7 +14,7 @@ cacheDirectories = ['node_modules/.cache'] [phases.install] dependsOn = ['setup'] -cmds = ['npm install'] +cmds = ['npm install --legacy-peer-deps'] cacheDirectories = [ '/root/.cache/Cypress', '/root/.npm',