mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
118e3176e8
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.