1
0
Fork 0
peertube/scripts/build/client.sh
2017-12-20 09:05:16 +01:00

8 lines
180 B
Bash
Executable file

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