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:
parent
f118b8b11c
commit
f584041619
1 changed files with 2 additions and 1 deletions
|
@ -16,5 +16,6 @@
|
|||
"devDependencies": {
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue