Update nixpacks.toml

This commit is contained in:
kleap-admin 2026-01-16 11:48:49 +00:00
parent e2b8de8827
commit b63c4eb938
1 changed files with 1 additions and 1 deletions

View File

@ -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']