diff --git a/.github/workflows/marketplace-publish.yml b/.github/workflows/marketplace-publish.yml index 0084f9e..fdc35cc 100644 --- a/.github/workflows/marketplace-publish.yml +++ b/.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" diff --git a/.gitignore b/.gitignore index 404d9e2..98e1843 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ node_modules .DS_Store -.npmrc \ No newline at end of file +.npmrc + +roo-cline-*.vsix diff --git a/bin/roo-cline-2.1.11.vsix b/bin/roo-cline-2.1.11.vsix deleted file mode 100644 index eb05a69..0000000 Binary files a/bin/roo-cline-2.1.11.vsix and /dev/null differ diff --git a/package.json b/package.json index e62a6c3..b213465 100644 --- a/package.json +++ b/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",