mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-21 00:14:32 -06:00
Ensure package dependencies are built
This commit is contained in:
parent
f1aae9163f
commit
bd87b4271b
@ -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 New Issue
Block a user