diff --git a/.gitpod.yml b/.gitpod.yml index 37ef263e..9eba3947 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,7 @@ tasks: - command: gp await-port 3000 && gp preview $(gp url 3000)/tech-interview-handbook/ - - init: cd website/ && yarn install && yarn build + - before: cd website/ + init: yarn install command: yarn start ports: - port: 3000