mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-19 07:46:45 -07:00
549c732d78
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.