]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/build/client.sh
Add bootstrap analyzer and optimize build
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
... / ...
CommitLineData
1#!/bin/bash
2
3cd client || exit -1
4
5rm -rf ./dist ./compiled
6
7npm run ng build -- --prod --stats-json
8NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js