mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
9 lines
275 B
Diff
9 lines
275 B
Diff
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)) {
|