mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
15 lines
450 B
Diff
15 lines
450 B
Diff
diff --git a/build/npm/dirs.js b/build/npm/dirs.js
|
|
index b9645e6..22f3450 100644
|
|
--- a/build/npm/dirs.js
|
|
+++ b/build/npm/dirs.js
|
|
@@ -47,4 +47,2 @@ const dirs = [
|
|
'extensions/vscode-test-resolver',
|
|
- 'remote',
|
|
- 'remote/web',
|
|
'test/automation',
|
|
@@ -59,4 +57,2 @@ if (fs.existsSync(`${__dirname}/../../.build/distro/npm`)) {
|
|
dirs.push('.build/distro/npm');
|
|
- dirs.push('.build/distro/npm/remote');
|
|
- dirs.push('.build/distro/npm/remote/web');
|
|
}
|