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