Files
gemini-cli/packages/cli
mkorwel a7395df23a refactor(cli): Remove redundant generate from workspace test:ci script
Removes the 'npm run generate' command from the 'test:ci' script in 'packages/cli/package.json'.

This step was redundant because the root 'test:ci' script now runs 'npm run build' (which includes 'generate') before executing the workspace tests.
2025-10-21 23:43:10 -07:00
..