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:
parent
478924a044
commit
c026a2e673
10 changed files with 42 additions and 33 deletions
7
scripts/dev/embed.sh
Normal file
7
scripts/dev/embed.sh
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue