Skip to content

Commit 20c96b3

Browse files
oladayo21claude
andcommitted
docs: add development workflow checks to CLAUDE.md
Document the required checks (lint, typecheck, test, build) that should be run before committing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 43cdbcc commit 20c96b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CLAUDE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,9 @@ Templates use placeholder replacement (ENV, HANDLER, MANIFEST, etc.) during buil
9494

9595
## Development Principles
9696

97-
- Always run all necessary checks after you create code to make sure everything works as they should
97+
- Always run all necessary checks after you create code to make sure everything works as they should
98+
- Before committing and pushing to main, run the following checks:
99+
- `pnpm lint` to ensure code quality
100+
- `pnpm typecheck` to validate TypeScript types
101+
- `pnpm test:run` to confirm all tests pass
102+
- `pnpm build` to verify the build process works correctly

0 commit comments

Comments
 (0)