diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-31 18:12:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-05 08:43:01 +0200 |
commit | 989e526abf0c0dd7958deb630df009608561bb67 (patch) | |
tree | 5d948bf953a7006b1d6b8c34fb03da1df612a50f /scripts/release.sh | |
parent | 1dd59831f80ff4d49f3b60c8c3b2aabfb1512eeb (diff) | |
download | PeerTube-989e526abf0c0dd7958deb630df009608561bb67.tar.gz PeerTube-989e526abf0c0dd7958deb630df009608561bb67.tar.zst PeerTube-989e526abf0c0dd7958deb630df009608561bb67.zip |
Prepare i18n files
Diffstat (limited to 'scripts/release.sh')
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 8c73a1fd6..393955264 100755 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
@@ -57,7 +57,7 @@ git commit package.json client/package.json -m "Bumped to version $version" | |||
57 | git tag -s -a "$version" -m "$version" | 57 | git tag -s -a "$version" -m "$version" |
58 | 58 | ||
59 | npm run build | 59 | npm run build |
60 | rm "./client/dist/stats.json" | 60 | rm "./client/dist/en-US/stats.json" |
61 | 61 | ||
62 | # Creating the archives | 62 | # Creating the archives |
63 | ( | 63 | ( |