From 2a068a15f73f96a551a5478347faa681a65a1dc2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 13 Aug 2019 17:33:49 +0200 Subject: Fix release script --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/release.sh') 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 git tag -s -a "$version" -m "$version" npm run build -rm "./client/dist/en_US/stats.json" -rm "./client/dist/embed-stats.json" +rm -f "./client/dist/en_US/stats.json" +rm -f "./client/dist/embed-stats.json" # Creating the archives ( -- cgit v1.2.3