Merge "Npm-run job is now lifecycle aware."

This commit is contained in:
Jenkins 2015-08-24 17:25:26 +00:00 committed by Gerrit Code Review
commit 38c617f37e

View File

@ -179,7 +179,8 @@
- shell: |
export DISPLAY=:99
npm install
npm run {command} --silent
# Try running as a standard lifecycle script, otherwise try custom.
npm {command} --silent || npm run {command} --silent
- builder:
name: xvfb-start