Ensure package dependencies are built

pull/6416/merge
Chocobozzz 2024-07-02 10:46:29 +02:00
parent f1aae9163f
commit bd87b4271b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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