command-code 0.25.10 → 0.25.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "command-code",
3
- "version": "0.25.10",
3
+ "version": "0.25.11",
4
4
  "description": "Command Code, coding agent that continuously learns your coding taste",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -104,6 +104,7 @@
104
104
  "vitest-ansi-serializer": "^0.1.2"
105
105
  },
106
106
  "scripts": {
107
+ "prebuild": "test -f vsix/commandcode-vscode.vsix || bash ../../scripts/build-ext.sh",
107
108
  "build": "tsup",
108
109
  "build:obfuscated": "bash ../../scripts/build-ext.sh && tsup --config tsup.config.obfuscated.ts",
109
110
  "build:balanced": "tsup --config tsup.config.balanced.ts",
Binary file