refactor: replace yarn with pnpm as package manager

This commit is contained in:
bcakmakoglu
2022-06-01 21:03:43 +02:00
committed by Braks
parent 710b22eb0e
commit c07069dcd0
22 changed files with 9887 additions and 22286 deletions

View File

@@ -4,8 +4,8 @@
"dockerfile": "Dockerfile",
"context": "../"
},
"postCreateCommand": "yarn install && yarn build",
"postStartCommand": "yarn dev",
"postCreateCommand": "npm i -g pnpm && pnpm install && pnpm build",
"postStartCommand": "pnpm dev",
"remoteUser": "node",
"forwardPorts": [
3000