diff options
Diffstat (limited to 'scripts/client-report.sh')
-rwxr-xr-x | scripts/client-report.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/client-report.sh b/scripts/client-report.sh new file mode 100755 index 000000000..586cc2e47 --- /dev/null +++ b/scripts/client-report.sh | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | cd client || exit -1 | ||
4 | |||
5 | npm run webpack-bundle-analyzer ./dist/stats.json | ||