Przeglądaj źródła

Removing manual vsix steps in favor of marketplace publishing (#47)

John Stearns 1 rok temu
rodzic
commit
23486f1d3a

+ 0 - 1
.github/workflows/marketplace-publish.yml

@@ -27,6 +27,5 @@ jobs:
           VSCE_PAT: ${{ secrets.VSCE_PAT }}
         run: |
           current_package_version=$(node -p "require('./package.json').version")
-          npm run vsix
           npm run publish:marketplace
           echo "Successfully published version $current_package_version to VS Code Marketplace"

+ 3 - 1
.gitignore

@@ -5,4 +5,6 @@ node_modules
 
 .DS_Store
 
-.npmrc
+.npmrc
+
+roo-cline-*.vsix

BIN
bin/roo-cline-2.1.11.vsix


+ 1 - 1
package.json

@@ -136,7 +136,7 @@
   },
   "scripts": {
     "vscode:prepublish": "npm run package",
-    "vsix": "vsce package --out bin",
+    "vsix": "vsce package",
     "compile": "npm run check-types && npm run lint && node esbuild.js",
     "watch": "npm-run-all -p watch:*",
     "watch:esbuild": "node esbuild.js --watch",