1
0
Fork 0
forked from nin0/website

add a package manager field

with older pnpm versions, pnpm will error and exit because of
onlyBuiltDependencies in pnpm-workspace.yaml

this results in you being unable to run any commands (help, version,
etc...) without pnpm erroring and exiting
This commit is contained in:
sadan 2025-06-25 15:38:48 -04:00
parent f118b8b11c
commit f584041619
No known key found for this signature in database

View file

@ -16,5 +16,6 @@
"devDependencies": {
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
},
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
}