Files
gemini-cli/packages/cli
mkorwel 118e3176e8 fix(cli): Ensure git-commit.js is generated before unit tests
Updates the 'test:ci' script in 'packages/cli/package.json' to run 'npm run generate' before 'vitest run'.

This ensures that the '../../generated/git-commit.js' file, which is required by some telemetry modules, is created before unit tests attempt to import it, resolving the 'Cannot find module' error during CI runs.
2025-10-21 22:19:08 -07:00
..