From fe626e0cad625251a290e46c915801970522e100 Mon Sep 17 00:00:00 2001 From: Mouaad Aallam Date: Sat, 2 May 2026 14:03:55 +0200 Subject: [PATCH] fix(docs): restore sitemap.xml --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f907bd..70c1757 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "api:update": "npm run build && node --import tsx scripts/run-api-extractor.ts --local", "build": "npm run build --workspaces --if-present", "clean": "rm -rf coverage dist docs/.astro docs/dist packages/*/dist packages/*/temp", - "docs:build": "astro --root docs build", + "docs:build": "astro --root docs build && cp docs/dist/sitemap-index.xml docs/dist/sitemap.xml", "docs:dev": "astro --root docs dev", "docs:preview": "astro --root docs preview", "example:execbox": "node --import tsx examples/execbox-basic.ts",