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')