We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 264d44a + ff3b976 commit 316c3aaCopy full SHA for 316c3aa
ci/build/build-release.sh
@@ -98,6 +98,10 @@ 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