1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
Peertube/scripts/build/client.sh
2018-03-27 10:35:12 +02:00

10 lines
176 B
Bash
Executable file

#!/bin/sh
set -eu
cd client
rm -rf ./dist ./compiled
npm run ng build -- --prod --stats-json
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js