mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-01 20:51:28 +02: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
|
```bash
|
||||||
npm install # Install dependencies
|
npm install # Install dependencies
|
||||||
npm run dev # Start dev server (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)
|
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 start # Serve the production build
|
||||||
npm run lint # ESLint (next/core-web-vitals) on src/
|
npm run lint # ESLint (next/core-web-vitals) on src/
|
||||||
npm run gen # Regenerate API docs from NetBird OpenAPI spec
|
npm run gen # Regenerate API docs from NetBird OpenAPI spec
|
||||||
|
|||||||
Reference in New Issue
Block a user