feat: migrate from npm to pnpm

This commit is contained in:
2026-07-17 13:58:13 +02:00
parent 8d088a9134
commit d36c212378
8 changed files with 5837 additions and 9866 deletions
+2 -1
View File
@@ -7,7 +7,7 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "echo 'Deploy from root: npm run deploy'",
"deploy": "echo 'Deploy from root: pnpm run deploy'",
"typecheck": "astro check && tsc --noEmit",
"check": "astro check && tsc --noEmit && eslint",
"test": "vitest run",
@@ -18,6 +18,7 @@
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^13.7.0",
"astro": "^6.4.8",
"cookie": "^1.0.0",
"uplot": "^1.6.31"
},
"devDependencies": {