Skip to content

Commit bf69710

Browse files
committed
update .gitpod.yml again
1 parent 84869bd commit bf69710

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.gitpod.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
image: gitpod/workspace-full
2-
1+
image: nberlette/gitpod-enhanced:latest
32
tasks:
4-
- init: >
5-
yarn install
6-
3+
- init: yarn install
74
github:
85
prebuilds:
96
branches: false
10-
pullRequests: true
11-
pullRequestsFromForks: false
127
addBadge: true
138
addLabel: true
14-
159
vscode:
1610
extensions:
1711
- esbenp.prettier-vscode

0 commit comments

Comments
 (0)