We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741b834 commit 9d83659Copy full SHA for 9d83659
1 file changed
ci/build/build-release.sh
@@ -98,10 +98,6 @@ EOF
98
# yarn to fetch node_modules if necessary without build scripts running.
99
# We cannot use --no-scripts because we still want dependent package scripts to run.
100
jq 'del(.scripts)' < "$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
101
-
102
- pushd "$VSCODE_OUT_PATH"
103
- symlink_asar
104
- popd
105
}
106
107
main "$@"
0 commit comments