Skip to content

Commit 3073f15

Browse files
authored
Remove 'build' step from gitpod init. (mdn#16432)
It is unnecessary for dev preview.
1 parent b33df53 commit 3073f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: yarn install && yarn run build
2+
- init: yarn install
33
command: yarn run start
44

55
ports:

0 commit comments

Comments
 (0)