Fix build concurrency issue
This commit is contained in:
parent
1e121c9898
commit
a043de80d2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue