mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix build concurrency issue
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
set -eu
|
||||
|
||||
npm run build:server
|
||||
|
||||
npm run concurrently -- -k \
|
||||
"cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
|
||||
"npm run build:server && NODE_ENV=dev npm start"
|
||||
"NODE_ENV=dev npm start"
|
||||
|
||||
Reference in New Issue
Block a user