Fix release script
authorChocobozzz <me@florianbigard.com>
Tue, 13 Aug 2019 15:33:49 +0000 (17:33 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Aug 2019 09:45:29 +0000 (11:45 +0200)
scripts/release.sh

index 08061fe6f9fb4a01ceb9f51a7a4b53f71d3a01cb..cc0a586e94ea790b89957aa9cdd3f6336e24fe38 100755 (executable)
@@ -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
 (