PeerTube/scripts/build/client.sh

9 lines
180 B
Bash
Raw Normal View History

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