diff --git a/docs/website/package.json b/docs/website/package.json index 219d842..1faea42 100644 --- a/docs/website/package.json +++ b/docs/website/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro check && astro build", + "build": "npm run generate-docs && astro check && astro build", "preview": "astro preview", "astro": "astro", "generate-when-method-docs" : "rm -rf src/content/docs/matching_requests && mkdir -p src/content/docs/matching_requests && node tools/generate-docs.cjs generated/docs.json ./templates/matching_requests src/content/docs/matching_requests",