aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-xscripts/release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 393955264..9adfe2b5d 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -57,7 +57,8 @@ git commit package.json client/package.json -m "Bumped to version $version"
57git tag -s -a "$version" -m "$version" 57git tag -s -a "$version" -m "$version"
58 58
59npm run build 59npm run build
60rm "./client/dist/en-US/stats.json" 60rm "./client/dist/en_US/stats.json"
61rm "./client/dist/embed-stats.json"
61 62
62# Creating the archives 63# Creating the archives
63( 64(