fix: script should use pnpm instead of npm
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev --port 3010",
|
"dev": "astro dev --port 3010",
|
||||||
"start": "astro preview",
|
"start": "astro preview",
|
||||||
"build": "npm run generate:og && astro check && astro build",
|
"build": "pnpm run generate:og && astro check && astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"generate:og": "tsx scripts/generate-og-image.ts",
|
"generate:og": "tsx scripts/generate-og-image.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user