1
0
Fork 0

Fix build concurrency issue

This commit is contained in:
Chocobozzz 2023-12-18 09:36:08 +01:00
parent 1e121c9898
commit a043de80d2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -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"