Functionality to publish extension to marketplace (#19)

Remove upload to CodeArtifact
This commit is contained in:
ColemanRoo
2024-11-27 14:59:57 -06:00
committed by GitHub
parent 86ce5236bc
commit ffbe1b0382
7 changed files with 43 additions and 89 deletions

View File

@@ -2,9 +2,10 @@
"name": "roo-cline",
"displayName": "Roo Cline",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"version": "2.1.1",
"publisher": "RooVeterinaryInc",
"version": "2.1.2",
"files": [
"bin/roo-cline-2.1.1.vsix",
"bin/roo-cline-2.1.2.vsix",
"assets/icons/icon_Roo.png"
],
"icon": "assets/icons/icon_Roo.png",
@@ -145,8 +146,6 @@
"build:webview": "cd webview-ui && npm run build",
"test:webview": "cd webview-ui && npm run test",
"publish:marketplace": "vsce publish && ovsx publish",
"co:login": "scripts/codeartifact-login.sh",
"install:cline": "scripts/install-cline-latest.sh"
},
"devDependencies": {
"@types/diff": "^5.2.1",