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