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