Fix release script

This commit is contained in:
Chocobozzz 2019-08-13 17:33:49 +02:00
parent 37db4176f2
commit 2a068a15f7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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
(