From b1c295230de1b14bcf7639ef184f3b9e1c068e22 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 10 Apr 2023 21:03:26 +0100 Subject: [PATCH] Fix clean.sh It was missing the output of the `zh-Hans` edition previously --- bin/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.sh b/bin/clean.sh index 522479edb..5a56e1971 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -2,4 +2,4 @@ # Remove any output files -find . -regex "^./editions/[a-z0-9\.-]*/output/.*" -delete +find . -regex "^./editions/.*/output/.*" -delete