mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Fix clean.sh
It was missing the output of the `zh-Hans` edition previously
This commit is contained in:
parent
bffe538982
commit
b1c295230d
@ -2,4 +2,4 @@
|
||||
|
||||
# Remove any output files
|
||||
|
||||
find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete
|
||||
find . -regex "^./editions/.*/output/.*" -delete
|
||||
|
Loading…
Reference in New Issue
Block a user