aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 08061fe6f..cc0a586e9 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -66,8 +66,8 @@ git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "B
66git tag -s -a "$version" -m "$version" 66git tag -s -a "$version" -m "$version"
67 67
68npm run build 68npm run build
69rm "./client/dist/en_US/stats.json" 69rm -f "./client/dist/en_US/stats.json"
70rm "./client/dist/embed-stats.json" 70rm -f "./client/dist/embed-stats.json"
71 71
72# Creating the archives 72# Creating the archives
73( 73(