Skip to content

Commit ff3b976

Browse files
committed
Revert "Merge pull request #3935 from cdr/jsjoeio-rm-symlink"
This reverts commit 5049447, reversing changes made to 741b834. We still need the symlink for the standlone packages which means we need to redo how the symlink is removed, ensuring it's only removed in the npm package.
1 parent 264d44a commit ff3b976

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build/build-release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ EOF
9898
# yarn to fetch node_modules if necessary without build scripts running.
9999
# We cannot use --no-scripts because we still want dependent package scripts to run.
100100
jq 'del(.scripts)' < "$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
101+
102+
pushd "$VSCODE_OUT_PATH"
103+
symlink_asar
104+
popd
101105
}
102106

103107
main "$@"

0 commit comments

Comments
 (0)