Fix build

This commit is contained in:
Jeremy Ruston
2025-07-03 18:09:27 +01:00
parent dac12d9b2b
commit 873a352b0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ node $TW5_BUILD_TIDDLYWIKI \
node $TW5_BUILD_TIDDLYWIKI \
./editions/tiddlywiki-surveys \
--output $TW5_BUILD_OUTPUT \
--rendertiddler $:/core/save/all-external-js surveys.html text/plain \
--build index \
|| exit 1
# /share.html Custom edition for sharing via the URL
+1 -1
View File
@@ -5,6 +5,6 @@
],
"build": {
"index": [
"--render","$:/core/save/all","index.html","text/plain"]
"--render","$:/core/save/all","surveys.html","text/plain"]
}
}