From a99f934371f1f0688e66e229a493c3b0b46943dd Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 16 Nov 2022 08:26:35 +0000 Subject: [PATCH] Fix build-site.sh hang with #6588 --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index 0dff6d0b1..388782da4 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -459,7 +459,7 @@ node $TW5_BUILD_TIDDLYWIKI \ --verbose \ --load $TW5_BUILD_OUTPUT/build.tid \ --output $TW5_BUILD_OUTPUT/library/$TW5_BUILD_VERSION \ - --build \ + --build library\ || exit 1 # Delete the temporary build tiddler