forked from mobxjs/mobx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
33 lines (30 loc) · 863 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
tasks:
- name: Docs
init: yarn install && yarn build && gp sync-done yarn
command: yarn docs:start
- name: Tests
init: gp sync-await yarn
command: yarn watch
- name: Perf
init: gp sync-await yarn
command: yarn run perf
openMode: split-right
ports:
- port: 3000
onOpen: open-preview
vscode:
extensions:
- [email protected]:37/f4uBlE287wUjENFq1aA==
- [email protected]:EjFaoTaOf8wRmwR0LNY51A==
- [email protected]:DO6k4GCpqhwZcKo+jY9xjQ==
- [email protected]:5+DmuGcePw8L9PtfgOAAHg==
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: true
addBadge: true
addLabel: false