You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ pnpm check # Format + lint with biome (auto-fix)
17
17
18
18
Per-package scripts (codegen, test, etc.) are run via `pnpm --filter <pkg> <script>`.
19
19
20
+
**Always run `pnpm check` after making any changes.** This auto-fixes formatting and linting issues. CI enforces both via `pnpm format:check` and `pnpm lint`, so unformatted or unlinted code will fail the build.
21
+
20
22
## Architecture
21
23
22
24
Four packages in a pnpm monorepo:
@@ -72,9 +74,7 @@ Edit files in `packages/sdk/src/`, export from `index.ts`, then `pnpm build`.
0 commit comments