debug: add verbose to npm install
This commit is contained in:
parent
d0edb190a8
commit
754a3a14ea
|
|
@ -1,6 +1,6 @@
|
|||
# Force npm build commands (prevents Nixpacks from using turbo)
|
||||
# Force npm build commands with verbose logging
|
||||
[phases.install]
|
||||
cmds = ['npm install']
|
||||
cmds = ['npm install --verbose 2>&1 || (echo "NPM INSTALL FAILED" && exit 1)']
|
||||
|
||||
[phases.build]
|
||||
cmds = ['npm run build']
|
||||
|
|
|
|||
Loading…
Reference in New Issue