Remove old commented out postinstall steps

This commit is contained in:
Asher 2021-03-04 10:40:07 -06:00
parent ad24edd2be
commit 34b1e756f9
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 0 additions and 5 deletions

View File

@ -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;