mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
update command to build local vsix file and directory (#79)
This commit is contained in:
parent
d854407225
commit
8dbd01937d
3 changed files with 7 additions and 1 deletions
5
.changeset/rare-terms-worry.md
Normal file
5
.changeset/rare-terms-worry.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
Larger Promp Text Input
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@ node_modules
|
|||
.DS_Store
|
||||
|
||||
# Builds
|
||||
bin
|
||||
roo-cline-*.vsix
|
||||
|
||||
# Local prompts
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue