aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/client/dev.sh')
-rwxr-xr-xscripts/build/client/dev.sh7
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
3cd client || exit -1
4
5rm -rf ./compiled
6
7npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached