aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client.sh
blob: 3a1532dafc6ed28a39985bae889aeff05df8e209 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

cd client || exit -1

rm -rf ./compiled ./dist

npm run webpack -- --config config/webpack.prod.js  --progress --profile --bail