Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 4 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,7 @@ export function SidebarHeader() {

## Testing changes

When testing changes, you should *always* make sure the site builds and types check
When testing changes, you should *always* make sure the site builds and types check:

1. `pnpm check:types` — Must pass with no errors
2. `pnpm build` — Must complete successfully
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"class-variance-authority": "^0.7.1",
"dayjs": "^1.11.19",
"mermaid": "^11.12.2",
"mppx": "~0.1.0",
"mppx": "https://pkg.pr.new/wevm/mppx@4bcdf0c",
"react": "^19",
"react-dom": "^19",
"tailwindcss": "^4.1.18",
Expand Down
Loading