# Force npm build commands with verbose logging [phases.install] cmds = ['npm install --verbose 2>&1 || (echo "NPM INSTALL FAILED" && exit 1)'] [phases.build] cmds = ['npm run build'] [start] cmd = 'npm start'