Skip to content

Commit

Permalink
Remove 'build' step from gitpod init. (#16432)
Browse files Browse the repository at this point in the history
It is unnecessary for dev preview.
  • Loading branch information
bwklein authored May 22, 2022
1 parent b33df53 commit 3073f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: yarn install && yarn run build
- init: yarn install
command: yarn run start

ports:
Expand Down

0 comments on commit 3073f15

Please sign in to comment.