Merge pull request #3935 from cdr/jsjoeio-rm-symlink

fix(lib/vscode): remove symlink in npm package
This commit is contained in:
Joe Previte 2021-08-09 12:29:22 -07:00 committed by GitHub
commit 5049447225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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 "$@"