mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-28 08:07:01 -05:00
update command to build local vsix file and directory (#79)
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
"publish": "npm run build && changeset publish && npm install --package-lock-only",
|
||||
"version-packages": "changeset version && npm install --package-lock-only",
|
||||
"vscode:prepublish": "npm run package",
|
||||
"vsix": "npx vsce package --out bin",
|
||||
"vsix": "mkdir -p bin && npx vsce package --out bin",
|
||||
"watch": "npm-run-all -p watch:*",
|
||||
"watch:esbuild": "node esbuild.js --watch",
|
||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||
|
||||
Reference in New Issue
Block a user