1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Remove watch scripts

This commit is contained in:
Chocobozzz 2019-12-17 15:33:58 +01:00
parent 478924a044
commit c026a2e673
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 42 additions and 33 deletions

7
scripts/dev/embed.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -eu
NODE_ENV=test npm run concurrently -- -k \
"cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
"npm run build:server && NODE_ENV=test npm start"