aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client/prod.sh
blob: e090e8082ecd3cd30ddb15cee169f01d45d38281 (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 --bail