From 9d8365913f5be374504a50326c1ec2e6cd4acfce Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 9 Aug 2021 11:36:20 -0700 Subject: [PATCH] fix: remove symlink_asar from build-release step --- ci/build/build-release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/build/build-release.sh b/ci/build/build-release.sh index fe788d7c..24269eb3 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -98,10 +98,6 @@ EOF # yarn to fetch node_modules if necessary without build scripts running. # We cannot use --no-scripts because we still want dependent package scripts to run. jq 'del(.scripts)' < "$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json" - - pushd "$VSCODE_OUT_PATH" - symlink_asar - popd } main "$@"