Restoring vsix build target (#46)

This commit is contained in:
John Stearns
2024-12-07 09:53:21 -08:00
committed by GitHub
parent 423e2af520
commit dafe286076
2 changed files with 1 additions and 0 deletions

BIN
bin/roo-cline-2.1.11.vsix Normal file

Binary file not shown.

View File

@@ -136,6 +136,7 @@
}, },
"scripts": { "scripts": {
"vscode:prepublish": "npm run package", "vscode:prepublish": "npm run package",
"vsix": "vsce package --out bin",
"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",