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