From: Chocobozzz Date: Tue, 13 Aug 2019 15:33:49 +0000 (+0200) Subject: Fix release script X-Git-Tag: test-tag-1.0.0~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a068a15f73f96a551a5478347faa681a65a1dc2;p=oweals%2Fpeertube.git Fix release script --- 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 (