fix: build VS Code extension correctly from oc-dev

Run oc-dev with Node to avoid Bun setting NODE_ENV=development
Keep local VSIX install flow aligned with the working shell script
This commit is contained in:
Bohdan Triapitsyn
2026-07-01 23:44:10 +03:00
parent 8f685f8db7
commit 4087ee6082
2 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {
"dev": "node ./scripts/dev-web-hmr.mjs",
"oc-dev": "bun scripts/oc-dev.mjs",
"oc-dev": "node scripts/oc-dev.mjs",
"build": "bun run --filter '*' build",
"build:web": "bun run --cwd packages/web build",
"build:ui": "bun run --cwd packages/ui build",