mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 04:38:18 +10:00
9 lines
257 B
Diff
9 lines
257 B
Diff
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;
|
|
}
|