mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Removing manual vsix steps in favor of marketplace publishing (#47)
This commit is contained in:
1
.github/workflows/marketplace-publish.yml
vendored
1
.github/workflows/marketplace-publish.yml
vendored
@@ -27,6 +27,5 @@ jobs:
|
|||||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||||
run: |
|
run: |
|
||||||
current_package_version=$(node -p "require('./package.json').version")
|
current_package_version=$(node -p "require('./package.json').version")
|
||||||
npm run vsix
|
|
||||||
npm run publish:marketplace
|
npm run publish:marketplace
|
||||||
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
||||||
|
|||||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,4 +5,6 @@ node_modules
|
|||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.npmrc
|
.npmrc
|
||||||
|
|
||||||
|
roo-cline-*.vsix
|
||||||
|
|||||||
Binary file not shown.
@@ -136,7 +136,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "npm run package",
|
"vscode:prepublish": "npm run package",
|
||||||
"vsix": "vsce package --out bin",
|
"vsix": "vsce package",
|
||||||
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
||||||
"watch": "npm-run-all -p watch:*",
|
"watch": "npm-run-all -p watch:*",
|
||||||
"watch:esbuild": "node esbuild.js --watch",
|
"watch:esbuild": "node esbuild.js --watch",
|
||||||
|
|||||||
Reference in New Issue
Block a user