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