Bail on auto-build failure when running tests
This commit is contained in:
parent
f0770fa84d
commit
15942b97ae
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ if [[ "$TRAVIS" != true ]] && ! ps | grep scripts/build.js | grep -v grep > /dev
|
|||
echo
|
||||
echo "Running JS build process"
|
||||
cd "$CWD/.."
|
||||
npm run build
|
||||
npm run build || exit $?
|
||||
echo
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue