forked from marcopeg/fetchq-cron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
47 lines (44 loc) · 1.25 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
image: marcopeg/gitpod-workspace-postgres:2.5.0
tasks:
- name: Unit Tests
init: while ! find ./node_modules/.bin/jest ; do sleep 30; done
command: yarn tdd:unit
openIn: right
openMode: tab-after
- name: E2E Tests
init: while ! find ./node_modules/.bin/jest ; do sleep 30; done
command: yarn tdd:e2e
openIn: right
openMode: tab-after
- name: Api
init: yarn install
command: yarn start:gitpod:api
openIn: bottom
openMode: tab-after
- name: Styleguide
init: while ! find ./node_modules/.bin/styleguidist ; do sleep 30; done
command: yarn start:gitpod:styleguide
openIn: bottom
openMode: split-right
- name: App
init: while ! find ./node_modules/.bin/react-scripts ; do sleep 30; done
command: yarn start:gitpod:app
openIn: bottom
openMode: tab-after
ports:
- port: 5432
onOpen: ignore
- port: 8008
onOpen: ignore
- port: 8080
onOpen: ignore
- port: 3000
onOpen: ignore
- port: 6060
onOpen: ignore
vscode:
extensions:
- [email protected]:DO6k4GCpqhwZcKo+jY9xjQ==
- [email protected]:37/f4uBlE287wUjENFq1aA==
- [email protected]:SSXjr5hZcbqSF7nMIhTNnA==
- [email protected]:8IqxuxCVol2WnScJc5xVzg==