Przeglądaj źródła

Restoring vsix build target (#46)

John Stearns 1 rok temu
rodzic
commit
dafe286076
2 zmienionych plików z 1 dodań i 0 usunięć
  1. BIN
      bin/roo-cline-2.1.11.vsix
  2. 1 0
      package.json

BIN
bin/roo-cline-2.1.11.vsix


+ 1 - 0
package.json

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