diff --git a/nixpacks.toml b/nixpacks.toml index c21eab3..3ea871c 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,6 +1,6 @@ # Force npm build commands (prevents Nixpacks from using turbo) [phases.install] -cmds = ['npm ci'] +cmds = ['npm install'] [phases.build] cmds = ['npm run build']