Add preferred package manager in package.json to fix builds

This commit is contained in:
Lewin Kelly 2023-07-09 17:07:24 +01:00
parent 35f968e510
commit acf5733315
No known key found for this signature in database
GPG Key ID: C103AD9C84014FD7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "revival-archive",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "node pages/pages.js && vite build",
@ -34,5 +34,5 @@
"unocss": "^0.53.5",
"vite": "^4.4.2"
},
"type": "module"
"packageManager": "pnpm@8.6.6"
}