docs/build.sh: always enable coloring in output

should make it easier to spot the source of the issue
This commit is contained in:
Wez Furlong
2023-03-11 06:44:52 -07:00
parent 59e36015c2
commit a40cf617d3
+1 -1
View File
@@ -14,7 +14,7 @@ done
if test -z "${CHECK_ONLY}" ; then
gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml
fi
if ! gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml --check ; then
if ! gelatyx --language lua --color always --file-list $tracked_markdown --language-config stylua.toml --check ; then
echo
echo "Be sure to run ./docs/build.sh to apply formatting before you push changes."
echo