fix: script should use pnpm instead of npm

This commit is contained in:
2026-04-08 08:32:47 -04:00
parent 455b687085
commit 40539ccb14

View File

@@ -25,7 +25,7 @@
"scripts": {
"dev": "astro dev --port 3010",
"start": "astro preview",
"build": "npm run generate:og && astro check && astro build",
"build": "pnpm run generate:og && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate:og": "tsx scripts/generate-og-image.ts",