build: use pnpm instead of yarn

This commit is contained in:
Johannes Loher 2023-03-23 00:47:54 +01:00
parent 5ee63fbadc
commit 4ad1b6a75e
29 changed files with 4798 additions and 8657 deletions

View file

@ -92,5 +92,5 @@
"vitest": "0.29.3",
"yargs": "17.7.1"
},
"packageManager": "yarn@3.5.0"
"packageManager": "pnpm@7.30.0"
}