mirror of
https://github.com/dcarrillo/atalaya.git
synced 2026-07-23 17:05:45 +00:00
feat: migrate from npm to pnpm (#24)
* feat: migrate from npm to pnpm * Update README.md
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user