debug: add verbose to npm install

This commit is contained in:
kleap-admin 2026-01-16 12:44:22 +00:00
parent d0edb190a8
commit 754a3a14ea
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Force npm build commands (prevents Nixpacks from using turbo) # Force npm build commands with verbose logging
[phases.install] [phases.install]
cmds = ['npm install'] cmds = ['npm install --verbose 2>&1 || (echo "NPM INSTALL FAILED" && exit 1)']
[phases.build] [phases.build]
cmds = ['npm run build'] cmds = ['npm run build']