1
0
Fork 0
peertube/scripts/build/client.sh

9 lines
156 B
Bash
Raw Normal View History

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