mirror of https://github.com/Chocobozzz/PeerTube
(fix) npm run dev invocation
parent
62ab565d1c
commit
9650937374
|
@ -3,5 +3,5 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
NODE_ENV=test npm run concurrently -- -k \
|
NODE_ENV=test npm run concurrently -- -k \
|
||||||
"npm run watch:client" \
|
"npm run dev:client" \
|
||||||
"npm run watch:server"
|
"npm run dev:server"
|
||||||
|
|
Loading…
Reference in New Issue