From ff799fc1140f21119331e1a246647c19ff5df983 Mon Sep 17 00:00:00 2001
From: Amit Sharma <coutamit.s19@gmail.com>
Date: Fri, 10 Mar 2023 10:48:37 +0000
Subject: [PATCH] Update gitpod.yml

---
 .gitpod.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 4204e95..1990b23 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -4,8 +4,8 @@ tasks:
     init: |
       bash install-node.sh
       nvm use 14
-      cd packages/enketo-express && pnpm i && pnpm i -g grunt
       bash update-config.sh
+      pnpm i && pnpm i -g grunt
       gp sync-done setup
     command: |
       grunt develop
-- 
GitLab