Replace yarn with pnpm (#1240)

Should resolve startup issues in gitpod and be a lot faster 🚀
This commit is contained in:
Lukas
2022-10-08 16:15:07 +02:00
committed by GitHub
parent 57ed64e1ea
commit fd6923fe20
21 changed files with 20406 additions and 21994 deletions

2
.vscode/launch.json vendored
View File

@@ -42,7 +42,7 @@
"name": "Woodpecker UI",
"type": "node",
"request": "launch",
"runtimeExecutable": "yarn",
"runtimeExecutable": "pnpm",
"runtimeArgs": [
"start",
],