summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorchristine betts <[email protected]>2025-07-24 18:40:50 +0000
committerGitHub <[email protected]>2025-07-24 18:40:50 +0000
commite05173d9cc8ac66269b7100364cbf4841ee1c945 (patch)
tree07a9b6e392281b95c982705e49a04de4c7db7848 /package.json
parentd254d4ce007d446dbd246658345a30ff86413721 (diff)
Move vscode extension build into its own command (#4799)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e1213dce..83620193 100644
--- a/package.json
+++ b/package.json
@@ -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",