disable-remote.patch 486 B

12345678910
  1. diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
  2. index 72dd74f..94d4957 100644
  3. --- a/build/npm/postinstall.js
  4. +++ b/build/npm/postinstall.js
  5. @@ -86,4 +86,3 @@ for (let dir of dirs) {
  6. - if (/^(.build\/distro\/npm\/)?remote/.test(dir) && process.platform === 'win32' && (process.arch === 'arm64' || process.env['npm_config_arch'] === 'arm64')) {
  7. - // windows arm: do not execute `yarn` on remote folder
  8. + if (/^(.build\/distro\/npm\/)?remote/.test(dir)) {
  9. continue;