未验证 提交 50494472 编写于 作者: J Joe Previte 提交者: GitHub

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

fix(lib/vscode): remove symlink in npm package
......@@ -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 "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册