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

8 lines
141 B
Bash
Raw Normal View History

2017-10-31 16:23:57 +00:00
#!/bin/bash
cd client || exit -1
2017-10-31 16:23:57 +00:00
rm -rf ./compiled ./dist
2017-04-26 19:46:56 +00:00
2016-09-19 20:27:17 +00:00
npm run webpack -- --config config/webpack.prod.js --progress --profile --bail