]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/release.sh
Migrate to bull
[github/Chocobozzz/PeerTube.git] / scripts / release.sh
index 8c73a1fd61b7dbbabbbfa4c1d5f8c1195d1c3e56..9adfe2b5d0727e5e5d56eec9be9f34bb2253002f 100755 (executable)
@@ -57,7 +57,8 @@ git commit package.json client/package.json -m "Bumped to version $version"
 git tag -s -a "$version" -m "$version"
 
 npm run build
-rm "./client/dist/stats.json"
+rm "./client/dist/en_US/stats.json"
+rm "./client/dist/embed-stats.json"
 
 # Creating the archives
 (