diff options
Diffstat (limited to 'scripts/build/client/dev.sh')
-rwxr-xr-x | scripts/build/client/dev.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/client/dev.sh b/scripts/build/client/dev.sh deleted file mode 100755 index 1fd0ad416..000000000 --- a/scripts/build/client/dev.sh +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | cd client || exit -1 | ||
4 | |||
5 | rm -rf ./compiled | ||
6 | |||
7 | npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached | ||