disable-remote.patch 257 B

12345678
  1. diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
  2. index e38c2cb..e00627c 100644
  3. --- a/build/npm/postinstall.js
  4. +++ b/build/npm/postinstall.js
  5. @@ -134,2 +134,3 @@ for (let dir of dirs) {
  6. setNpmrcConfig('remote', opts.env);
  7. + continue;
  8. }