PeerTube/scripts/build/client/prod.sh

6 lines
171 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd client || exit -1
npm run webpack -- --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail