diff options
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-x | scripts/release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 2864232a4..ec76bb846 100755 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
@@ -35,6 +35,7 @@ git commit package.json client/package.json -m "Bumped to version $version" || e | |||
35 | git tag -s -a "$version" -m "$version" | 35 | git tag -s -a "$version" -m "$version" |
36 | 36 | ||
37 | npm run build || exit -1 | 37 | npm run build || exit -1 |
38 | rm "./client/dist/stats.json" || exit -1 | ||
38 | 39 | ||
39 | cd ../ || exit -1 | 40 | cd ../ || exit -1 |
40 | 41 | ||