Skip to content

chore: add 'verify' script alias mirroring CI #108

@mgoldsborough

Description

@mgoldsborough

Add a single verify script to the root package.json that runs the four CI checks in series:

"verify": "pnpm typecheck && pnpm lint && pnpm format:check && pnpm test"

Aligns with the convention in nimblebrain/code (bun run verify) and means contributors don't have to remember the four-command incantation. CLAUDE.md's "Verification" section can collapse to pnpm verify + a note that it's the CI-equivalent gate.

Trivial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions