Update .gitpod.yml

This commit is contained in:
17lwinn 2020-04-26 17:24:58 +01:00 committed by GitHub
parent 6020fde1c2
commit 55c84f33fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ image:
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
- port: 8000
onOpen: notify
tasks:
- init: pnpm install # runs during prebuild
- init: npm install pnpm && pnpm install # runs during prebuild
command: npm start