Skip to content

chore: add root check script#21

Open
alceops wants to merge 1 commit into
nutstore:mainfrom
alceops:alce/add-check-script-issue-2
Open

chore: add root check script#21
alceops wants to merge 1 commit into
nutstore:mainfrom
alceops:alce/add-check-script-issue-2

Conversation

@alceops
Copy link
Copy Markdown
Contributor

@alceops alceops commented Apr 30, 2026

Summary

  • add a root pnpm run check script that runs the existing lint, typecheck, and test Make targets
  • keeps the existing root test shortcut unchanged

Closes #2

Verification

  • python3 -m json.tool package.json
  • make -n lint typecheck test (dry-run confirms the script targets resolve to existing lint/typecheck/test commands)

Note: this environment does not currently have Node/pnpm installed, so I verified the package JSON and command wiring without executing the full JS/Rust toolchain.

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.

Add a pnpm run check meta-script for all pre-push checks

1 participant