web: try alternative for clearing screen on build

This commit is contained in:
Bill Thiede 2024-09-28 12:22:35 -07:00
parent dee6ff9ba0
commit 27b480e118

View File

@ -11,7 +11,8 @@ backend = "http://localhost:9345/api/"
[[hooks]]
stage = "pre_build"
command = "clear"
command = "printf"
command_arguments = [ "\\033c" ]
#[[hooks]]
#stage = "pre_build"