mirror of https://git.tuxpa.in/a/code-server.git
Remove old commented out postinstall steps
This commit is contained in:
parent
ad24edd2be
commit
34b1e756f9
|
@ -38,11 +38,6 @@ function yarnInstall(location, opts) {
|
|||
|
||||
for (let dir of dirs) {
|
||||
|
||||
// NOTE@coder: Skip these dependencies since we don't use them.
|
||||
// if (!(process.platform === 'win32' && (process.arch === 'arm64' || process.env['npm_config_arch'] === 'arm64'))) {
|
||||
// yarnInstall('remote'); // node modules used by vscode server
|
||||
// yarnInstall('remote/web'); // node modules used by vscode web
|
||||
// }
|
||||
if (dir === '') {
|
||||
// `yarn` already executed in root
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue