Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
728 changes: 728 additions & 0 deletions .claude/skills/code-review/SKILL.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A TypeScript API library (`@ghosttypes/ff-api`) for controlling FlashForge 3D pr
## Build & Test Commands

- **Build:** `pnpm build` (runs `tsc`, outputs to `dist/`)
- **Test all:** `pnpm test` (Jest with ts-jest)
- **Test single file:** `pnpm exec jest path/to/file.test.ts`
- **Test all:** `pnpm test` (Vitest)
- **Test single file:** `pnpm exec vitest run path/to/file.test.ts`
- **Test watch:** `pnpm test:watch`
- **Test coverage:** `pnpm test:coverage`

Expand Down
Loading