Move vscode extension build into its own command (#4799)

This commit is contained in:
christine betts
2025-07-24 18:40:50 +00:00
committed by GitHub
parent d254d4ce00
commit e05173d9cc
3 changed files with 32 additions and 5 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"auth": "npm run auth:npm && npm run auth:docker",
"generate": "node scripts/generate-git-commit-info.js",
"build": "node scripts/build.js",
"build:all": "npm run build && npm run build:sandbox",
"build:vscode": "node scripts/build_vscode_companion.js",
"build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
"build:packages": "npm run build --workspaces",
"build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build",
"bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",