Ensure package dependencies are built
This commit is contained in:
parent
f1aae9163f
commit
bd87b4271b
|
@ -17,4 +17,4 @@ tasks:
|
||||||
init: >
|
init: >
|
||||||
psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
|
psql -h localhost -d postgres --file=support/docker/gitpod/setup_postgres.sql &&
|
||||||
yarn install --pure-lockfile
|
yarn install --pure-lockfile
|
||||||
command: npm run dev
|
command: npm run build:server && npm run dev
|
||||||
|
|
Loading…
Reference in New Issue