docs: note gen:sitemap runs with dev/build in CLAUDE.md (#747)

This commit is contained in:
Jack Carter
2026-05-12 16:37:26 +02:00
committed by GitHub
parent 02a4eef0a1
commit effe99bb4f
+2 -2
View File
@@ -12,8 +12,8 @@ There is no test suite in this project. Validate changes with `npm run build`.
```bash
npm install # Install dependencies
npm run dev # Start dev server (also runs gen:llm, gen:edit-routes, gen:last-updated)
npm run build # Production build (also runs gen:llm, gen:edit-routes, gen:last-updated)
npm run dev # Start dev server (also runs gen:llm, gen:edit-routes, gen:last-updated, gen:sitemap)
npm run build # Production build (also runs gen:llm, gen:edit-routes, gen:last-updated, gen:sitemap)
npm run start # Serve the production build
npm run lint # ESLint (next/core-web-vitals) on src/
npm run gen # Regenerate API docs from NetBird OpenAPI spec