Ensure package dependencies are built
This commit is contained in:
parent
f1aae9163f
commit
bd87b4271b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue