🏗️ replace yarn with pnpm

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-26 14:26:00 +02:00
parent a1ab8a78f2
commit 303890c90b
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
6 changed files with 4196 additions and 4038 deletions

View file

@ -7,7 +7,8 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/mdx": "^2.0.0",