Skip to content

feat: add ci npm script combining typecheck, lint, test, and build#22

Open
leopechnicki wants to merge 1 commit intomainfrom
crew/feat/ci-script
Open

feat: add ci npm script combining typecheck, lint, test, and build#22
leopechnicki wants to merge 1 commit intomainfrom
crew/feat/ci-script

Conversation

@leopechnicki
Copy link
Copy Markdown
Owner

Summary

  • Adds a single npm run ci script that runs the full validation pipeline in order: typecheck → lint → test → build.
  • Mirrors the pattern established in the im_robot sibling repository, making cross-repo tooling consistent.

Changes

  • package.json — added "ci": "npm run typecheck && npm run lint && npm test && npm run build" to the scripts object

Test plan

  • npm run ci completes successfully, running all four steps in sequence
  • All 263 tests pass, lint is clean, typecheck finds no errors, build succeeds

Risk assessment

None. Purely additive — adds a convenience script entry. No existing scripts or runtime behaviour changed.


Generated by Crew — Leo's Agile Dev Team


Generated by Claude Code

Mirrors the ci script pattern established in im_robot. A single
`npm run ci` now validates the full pipeline in order:
typecheck → lint → test → build.

Makes it trivial for contributors and CI systems to run all checks
with one command without needing to know the individual script names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants