]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - build/client.sh
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / 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