Archived
1
0

Symlink node_modules.asar to node_modules in lib/vscode

Closes #2197.
This commit is contained in:
Asher
2020-12-17 15:16:04 -06:00
parent 98338e9a44
commit 121a520447
7 changed files with 50 additions and 4 deletions

View File

@ -96,6 +96,10 @@ 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 "$@"