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

8 lines
222 B
Bash
Raw Normal View History

2020-02-19 02:56:24 -05:00
#!/bin/bash
2019-12-17 09:33:58 -05:00
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"