]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/dev/embed.sh
Introduce experimental telemetry
[github/Chocobozzz/PeerTube.git] / scripts / dev / embed.sh
... / ...
CommitLineData
1#!/bin/bash
2
3set -eu
4
5NODE_ENV=test npm run concurrently -- -k \
6 "cd client && npm run webpack -- --config webpack/webpack.video-embed.js --mode development --watch" \
7 "npm run build:server && NODE_ENV=test npm start"