mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-04 09:41:13 +02:00
Add npm install as the first step in the verification suite to ensure all dependencies are installed before running lint, tests, and build. This prevents failures due to missing or outdated dependencies. Co-authored-by: Claude <noreply@anthropic.com>
522 B
522 B
Run full verification suite for the current changes.
Execute these checks in sequence, stopping on first failure:
- Install Dependencies:
npm install - Lint Check:
npm run lint - Test Suite:
npm run test:run - Build Check:
npm run build
For each step:
- If it passes, proceed to the next
- If it fails, report the specific errors and suggest fixes
After all checks pass, summarize:
- Total tests run and passed
- Any warnings to be aware of
- Confirmation that the changes are ready for PR