Fix release script
This commit is contained in:
parent
37db4176f2
commit
2a068a15f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue