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

cd client || exit -1

rm -rf ./compiled

npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached