feat: migrate from npm to pnpm (#24)

* feat: migrate from npm to pnpm

* Update README.md
This commit is contained in:
2026-07-17 14:09:34 +02:00
committed by GitHub
parent 8d088a9134
commit 54f0e16c63
9 changed files with 5846 additions and 9875 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": {