From 0d21b40db358930001bdd819468b0e8ca5353813 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Wed, 19 Jan 2022 09:37:24 +0000 Subject: [PATCH] failed prebuild --- .gitpod.yml | 4 +++- src/index.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index d6ee381..00795ab 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,8 @@ # Learn more about this file at https://www.gitpod.io/docs/references/gitpod-yml tasks: - - init: yarn + - init: | + yarn + yarn build command: yarn start ports: - port: 3000 diff --git a/src/index.tsx b/src/index.tsx index ef2edf8..41e708a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,7 +8,7 @@ ReactDOM.render( , - document.getElementById('root') + document.getElementById('root')