chore: add `.gitpod.yml` (#866)

This commit is contained in:
Stuart Clark 2021-10-13 23:07:14 +11:00 committed by GitHub
parent ece0e014a4
commit 0a9f1e6405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
.gitpod.yml Normal file
View File

@ -0,0 +1,21 @@
tasks:
- init: |
npx yarn install
npx yarn stub
command: npx yarn play
ports:
- port: 3000
onOpen: open-preview
visibility: public
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true
addLabel: true