aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client/prod.sh
blob: 478cae99ed615b73cb4cd32c732decd21e704387 (plain) (blame)
1
2
3
4
5
#!/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