disable-remote.patch 275 B

12345678
  1. diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
  2. index 9ca239e..b0b2929 100644
  3. --- a/build/npm/postinstall.js
  4. +++ b/build/npm/postinstall.js
  5. @@ -118,2 +118,3 @@ for (let dir of dirs) {
  6. opts = { env };
  7. + continue;
  8. } else if (/^extensions\//.test(dir)) {