PeerTube/scripts/build/client.sh

9 lines
156 B
Bash
Raw Normal View History

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