Fix clean.sh

It was missing the output of the `zh-Hans` edition previously
This commit is contained in:
jeremy@jermolene.com 2023-04-10 21:03:26 +01:00
parent bffe538982
commit b1c295230d
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# Remove any output files
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
find . -regex "^./editions/.*/output/.*" -delete