diff options
| author | christine betts <[email protected]> | 2025-07-24 18:40:50 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-24 18:40:50 +0000 |
| commit | e05173d9cc8ac66269b7100364cbf4841ee1c945 (patch) | |
| tree | 07a9b6e392281b95c982705e49a04de4c7db7848 /scripts/build.js | |
| parent | d254d4ce007d446dbd246658345a30ff86413721 (diff) | |
Move vscode extension build into its own command (#4799)
Diffstat (limited to 'scripts/build.js')
| -rw-r--r-- | scripts/build.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build.js b/scripts/build.js index edf0b3f8..2555a750 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -33,10 +33,6 @@ if (!existsSync(join(root, 'node_modules'))) { // build all workspaces/packages execSync('npm run generate', { stdio: 'inherit', cwd: root }); execSync('npm run build --workspaces', { stdio: 'inherit', cwd: root }); -execSync('npx --yes @vscode/vsce package --no-dependencies', { - stdio: 'inherit', - cwd: join(root, 'packages', 'vscode-ide-companion'), -}); // also build container image if sandboxing is enabled // skip (-s) npm install + build since we did that above |
