remove 'set -e' - causes issues during ci execution

remotes/origin/fix-10825
Thomas Müller 2014-09-12 15:42:50 +07:00
parent cfd8b3f976
commit d3fc5de4c2
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
#
set -e
# set -e
NPM="$(which npm 2>/dev/null)"
PREFIX="build"