Browse Source

Ensure package dependencies are built

pull/6527/head
Chocobozzz 6 months ago
parent
commit
bd87b4271b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
  1. 2
      .gitpod.yml

2
.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

Loading…
Cancel
Save