Merge "Npm-run job is now lifecycle aware."
This commit is contained in:
commit
38c617f37e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user