From aa9db73e12823d6a9372e861c9957e94b102b7e2 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com> Date: Tue, 23 Feb 2021 15:33:06 +0000 Subject: [PATCH] fix(gitpod): add curriculum build to GitPod (#41234) * fix(gitpod): add curriculum build to GitPod Co-authored-by: Oliver Eyton-Williams --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index da48f0874f..9a0187b91d 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -40,6 +40,7 @@ tasks: mongo --eval "db.fsyncLock(); db.fsyncUnlock()" command: > npm run ensure-env && + npm run build:curriculum && gp await-port 27017 && npm run develop:server