PeerTube/scripts/build/client.sh

9 lines
180 B
Bash
Raw Normal View History

2017-10-31 11:23:57 -05:00
#!/bin/bash
cd client || exit -1
2017-12-13 10:51:32 -06:00
rm -rf ./dist ./compiled
2017-04-26 14:46:56 -05:00
npm run ng build -- --prod --stats-json
NODE_ENV=production npm run webpack -- --config webpack/webpack.video-embed.js