From 40539ccb14a60e6d4994c735d266190658dc4c37 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 8 Apr 2026 08:32:47 -0400 Subject: [PATCH] fix: script should use pnpm instead of npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",