diff --git a/build.sh b/build.sh index 133d0e5..1ba8bc5 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then echo "BUILD_SOURCEVERSION: ${BUILD_SOURCEVERSION}" cp -rp src/* vscode/ - cd vscode + cd vscode || exit export npm_config_arch="$BUILDARCH" export npm_config_target_arch="$BUILDARCH"