web: try alternative for clearing screen on build
This commit is contained in:
parent
dee6ff9ba0
commit
27b480e118
@ -11,7 +11,8 @@ backend = "http://localhost:9345/api/"
|
|||||||
|
|
||||||
[[hooks]]
|
[[hooks]]
|
||||||
stage = "pre_build"
|
stage = "pre_build"
|
||||||
command = "clear"
|
command = "printf"
|
||||||
|
command_arguments = [ "\\033c" ]
|
||||||
|
|
||||||
#[[hooks]]
|
#[[hooks]]
|
||||||
#stage = "pre_build"
|
#stage = "pre_build"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user