Files
gemini-cli/scripts
Sandy Tao 549c732d78 fix(build): clean dist directory before tsc build to prevent TS5055
When building multiple times consecutively, `tsc` would sometimes treat the previously generated `.d.ts` files in `dist/` as inputs, leading to the TS5055 overwrite error. Clearing the `dist` directory at the start of the build script ensures a clean slate and fixes this CI failure.
2026-01-15 14:03:27 +08:00
..
2025-09-19 18:22:01 +00:00
2025-09-19 18:22:01 +00:00