]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/dev/embed.sh
/!\ Use a dedicated config file for development
[github/Chocobozzz/PeerTube.git] / scripts / dev / embed.sh
... / ...
CommitLineData
1#!/bin/bash
2
3set -eu
4
5npm 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=dev npm start"