chore: clear screen after build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-22 15:01:30 +02:00
parent bc4ebed1f7
commit fc66692f37
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ Set Theme "Dracula"
Set Width 1200
Set Height 1000
Hide
Type "cargo run --features example -- --no-cache"
Type "cargo run --features example -- --no-cache && clear"
Enter
Sleep 1s
Show