From d86a26fd2753c852242626d425575dafc0a83bfe Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Sun, 6 Aug 2023 09:09:21 +0200 Subject: [PATCH] chore(gitpod): build curriculum again (#51168) --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index e2a45901b97..24a87db8932 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -46,6 +46,7 @@ tasks: cp sample.env .env && pnpm install && gp sync-done pnpm-install && + pnpm run build:curriculum && gp ports await 27017 command: > pnpm run seed &&