From 8d6b613e9d779ba18d0297710614516cde108bcf Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 27 Apr 2022 18:47:43 +0000 Subject: [PATCH] refactor: remove rsync postinstall --- ci/build/build-release.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/build/build-release.sh b/ci/build/build-release.sh index 07a879c28..bafa81055 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -146,7 +146,6 @@ EOF # Include global extension dependencies as well. rsync "$VSCODE_SRC_PATH/extensions/package.json" "$VSCODE_OUT_PATH/extensions/package.json" rsync "$VSCODE_SRC_PATH/extensions/yarn.lock" "$VSCODE_OUT_PATH/extensions/yarn.lock" - rsync "$VSCODE_SRC_PATH/extensions/postinstall.js" "$VSCODE_OUT_PATH/extensions/postinstall.js" pushd "$VSCODE_OUT_PATH" symlink_asar