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