Skip to content

Commit 843cd7b

Browse files
committed
update command to build local vsix file and directory
1 parent 7e05dc0 commit 843cd7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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)