diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-13 17:33:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-14 11:45:29 +0200 |
commit | 2a068a15f73f96a551a5478347faa681a65a1dc2 (patch) | |
tree | 8a67c40c04daaac6c5bc730f5c369f5f28627cf0 | |
parent | 37db4176f23e9c69b81ce3f9d7130483ad38f9cb (diff) | |
download | PeerTube-2a068a15f73f96a551a5478347faa681a65a1dc2.tar.gz PeerTube-2a068a15f73f96a551a5478347faa681a65a1dc2.tar.zst PeerTube-2a068a15f73f96a551a5478347faa681a65a1dc2.zip |
Fix release script
-rwxr-xr-x | scripts/release.sh | 4 |
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 | |||
66 | git tag -s -a "$version" -m "$version" | 66 | git tag -s -a "$version" -m "$version" |
67 | 67 | ||
68 | npm run build | 68 | npm run build |
69 | rm "./client/dist/en_US/stats.json" | 69 | rm -f "./client/dist/en_US/stats.json" |
70 | rm "./client/dist/embed-stats.json" | 70 | rm -f "./client/dist/embed-stats.json" |
71 | 71 | ||
72 | # Creating the archives | 72 | # Creating the archives |
73 | ( | 73 | ( |