From bd87b4271b5656ab86757e0d4c39d1b55d42c615 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Jul 2024 10:46:29 +0200 Subject: [PATCH] Ensure package dependencies are built --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4ccaeabe3..be85b87e4 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -17,4 +17,4 @@ tasks: init: > psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql && yarn install --pure-lockfile - command: npm run dev + command: npm run build:server && npm run dev