PeerTube/scripts/build/client.sh

8 lines
140 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd client || exit -1
2017-04-26 21:46:56 +02:00
rm -rf ./compiled
2016-09-19 22:27:17 +02:00
npm run webpack -- --config config/webpack.prod.js --progress --profile --bail