PeerTube/scripts/build/client.sh

9 lines
156 B
Bash
Raw Normal View History

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