diff options
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-x | autotest-js.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autotest-js.sh b/autotest-js.sh index 8b9a106b021..a3a5f65fd2b 100755 --- a/autotest-js.sh +++ b/autotest-js.sh @@ -7,6 +7,9 @@ # @author Vincent Petry # @copyright 2014 Vincent Petry <pvince81@owncloud.com> # + +set -e + NPM="$(which npm 2>/dev/null)" PREFIX="build" |