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.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/client/dev.sh b/scripts/build/client/dev.sh
new file mode 100755
index 000000000..b75b72f12
--- /dev/null
+++ b/scripts/build/client/dev.sh
@@ -0,0 +1,5 @@
1#!/usr/bin/env sh
2
3cd client || exit -1
4
5npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached