diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/client/prod.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client/prod.sh b/scripts/build/client/prod.sh index 478cae99e..e090e8082 100755 --- a/scripts/build/client/prod.sh +++ b/scripts/build/client/prod.sh | |||
@@ -2,4 +2,4 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | npm run webpack -- --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail | 5 | npm run webpack -- --config config/webpack.prod.js --progress --profile --bail |