From 706d70f58d8e4f82b16544edd6bebb8564953850 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 25 Feb 2021 01:48:09 +0530 Subject: [PATCH] revert(gitpod): add curriculum build to GitPod This reverts commit aa9db73e12823d6a9372e861c9957e94b102b7e2 via PR #41234 --- .gitpod.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9a0187b91d..da48f0874f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -40,7 +40,6 @@ tasks: mongo --eval "db.fsyncLock(); db.fsyncUnlock()" command: > npm run ensure-env && - npm run build:curriculum && gp await-port 27017 && npm run develop:server