fix: script should use pnpm instead of npm
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user