1
0
Fork 0
peertube/scripts/dev/embed.sh

8 lines
220 B
Bash
Raw Normal View History

2019-12-17 09:33:58 -05:00
#!/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"