]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client.sh
(docker) making security settings of traefik on par with nginx
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
CommitLineData
0e4ffb4b 1#!/bin/sh
b20b5fed 2
0e4ffb4b
LA
3set -eu
4
5cd client
b20b5fed 6
94edfc3b 7rm -rf ./dist ./compiled
d61e8153 8
24a8e782 9npm run ng build -- --prod --stats-json
fc9e6624 10NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production