diff --git a/scripts/ci-lite/offline_compiler_test.sh b/scripts/ci-lite/offline_compiler_test.sh index 666da5fa8b..47fbfea408 100755 --- a/scripts/ci-lite/offline_compiler_test.sh +++ b/scripts/ci-lite/offline_compiler_test.sh @@ -26,6 +26,7 @@ cp -v package.json $TMP # run in subshell to avoid polluting cwd ( cd $TMP + set -ex -o pipefail npm install ${PKGS[*]} # TODO(alexeagle): allow this to be npm link instead npm install ${LINKABLE_PKGS[*]}