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

8 lines
207 B
Bash
Raw Normal View History

2020-02-19 07:56:24 +00:00
#!/bin/bash
2019-12-17 14:33:58 +00:00
set -eu
npm run concurrently -- -k \
2019-12-17 14:33:58 +00:00
"cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
"npm run build:server && NODE_ENV=dev npm start"