Skip to content

Commit 23486f1

Browse files
authored
Removing manual vsix steps in favor of marketplace publishing (#47)
1 parent c78216a commit 23486f1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2828
run: |
2929
current_package_version=$(node -p "require('./package.json').version")
30-
npm run vsix
3130
npm run publish:marketplace
3231
echo "Successfully published version $current_package_version to VS Code Marketplace"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ node_modules
55

66
.DS_Store
77

8-
.npmrc
8+
.npmrc
9+
10+
roo-cline-*.vsix

bin/roo-cline-2.1.11.vsix

-23.9 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"scripts": {
138138
"vscode:prepublish": "npm run package",
139-
"vsix": "vsce package --out bin",
139+
"vsix": "vsce package",
140140
"compile": "npm run check-types && npm run lint && node esbuild.js",
141141
"watch": "npm-run-all -p watch:*",
142142
"watch:esbuild": "node esbuild.js --watch",

0 commit comments

Comments
 (0)