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