fix(ci): e2e workflow aligned with release (#9296)

This commit is contained in:
matt korwel
2025-09-25 11:26:07 -07:00
committed by GitHub
parent c334f02d51
commit 5f080aa52a
4 changed files with 62 additions and 94 deletions

View File

@@ -29,7 +29,7 @@
"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",
"build:sandbox": "node scripts/build_sandbox.js",
"bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",
"test": "npm run test --workspaces --if-present --parallel",
"test:ci": "npm run test:ci --workspaces --if-present --parallel && npm run test:scripts",