mirror of
https://github.com/netbirdio/docs.git
synced 2026-05-22 17:07:57 -07:00
docs: note gen:sitemap runs with dev/build in CLAUDE.md (#747)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user