]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/build/client.sh
Client E2E tests first step
[github/Chocobozzz/PeerTube.git] / scripts / build / client.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5cd client
6
7rm -rf ./dist ./compiled
8
9npm run ng build -- --prod --stats-json
10NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js --mode production