@quantum-ai/gemini-cli 0.45.10 → 0.45.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantum-ai/gemini-cli",
3
- "version": "0.45.10",
3
+ "version": "0.45.11",
4
4
  "description": "Gemini CLI - Autonomous AI Agent with TUI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -148,7 +148,7 @@
148
148
  },
149
149
  "scripts": {
150
150
  "prebuild": "node scripts/prebuild.js",
151
- "build": "tsc -p . || true; node scripts/copy-index.mjs",
151
+ "build": "tsc -p . || exit 0 && node scripts/copy-index.mjs",
152
152
  "start": "node dist/index.mjs",
153
153
  "debug": "node --inspect-brk dist/index.mjs",
154
154
  "clean": "npx rimraf dist"