Skip to content

Commit 8dbd019

Browse files
authored
update command to build local vsix file and directory (#79)
1 parent d854407 commit 8dbd019

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changeset/rare-terms-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
Larger Promp Text Input

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules
66
.DS_Store
77

88
# Builds
9+
bin
910
roo-cline-*.vsix
1011

1112
# Local prompts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"publish": "npm run build && changeset publish && npm install --package-lock-only",
154154
"version-packages": "changeset version && npm install --package-lock-only",
155155
"vscode:prepublish": "npm run package",
156-
"vsix": "npx vsce package --out bin",
156+
"vsix": "mkdir -p bin && npx vsce package --out bin",
157157
"watch": "npm-run-all -p watch:*",
158158
"watch:esbuild": "node esbuild.js --watch",
159159
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",

0 commit comments

Comments
 (0)