mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
a7395df23a
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.