From 913fbd6afda7692e3a3bc29ef16a2df824aee145 Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 3 Feb 2026 22:24:34 +0000 Subject: [PATCH] Actualizar nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 6d2ceb3..ca8f6c5 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,5 @@ [phases.install] -cmds = ["npm ci --omit=dev"] +cmds = ["npm install --omit=dev"] [start] cmd = "npm run start" \ No newline at end of file