diff --git a/package.json b/package.json index e06449a..3d7382e 100644 --- a/package.json +++ b/package.json @@ -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",