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