We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44dd5f commit a18f319Copy full SHA for a18f319
CLAUDE.md
@@ -15,3 +15,9 @@ Personal website built with Next.js and Notion as CMS.
15
16
- [Architecture](.claude/architecture.md) — Data flow, UI patterns, tech stack
17
- [Commands](.claude/commands.md) — All available scripts and their usage
18
+
19
+## Verification
20
21
+After making changes:
22
+- `bun run lint` - Run ESLint
23
+- `bun run build` - Production build
0 commit comments