From ef4104f779497a2644abd254bc71203d224aed23 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Thu, 19 Mar 2020 09:17:36 +0000 Subject: [PATCH] remove the build task to make the server start fast. --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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