diff --git a/apps/blog/package.json b/apps/blog/package.json index a07f9ad..26b53c1 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -3,8 +3,9 @@ "type": "module", "scripts": { "dev": "astro dev --port 4322", - "build": "astro build --remote", - "preview": "astro preview" + "build": "astro build --remote && node scripts/generate-stats.js", + "preview": "astro preview", + "serve": "pnpm build && npx serve .vercel/output/static -l 4322" }, "dependencies": { "@astrojs/db": "^0.19.0",