Skip to content

Commit 5049447

Browse files
authored
Merge pull request #3935 from cdr/jsjoeio-rm-symlink
fix(lib/vscode): remove symlink in npm package
2 parents 741b834 + 9d83659 commit 5049447

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/build/build-release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ 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
105101
}
106102

107103
main "$@"

0 commit comments

Comments
 (0)