1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/scripts/build/client.sh
2017-12-12 11:42:48 +01:00

8 lines
148 B
Bash
Executable file

#!/bin/bash
cd client || exit -1
rm -rf ./dist
ng build -- --prod
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js