From eae351d8a41793407171072d0596e87894041dba Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 1 Sep 2024 06:35:55 +0100 Subject: [PATCH] build(mac): make it clean when mac tunnel has closed --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 8838ff6..2199f58 100644 --- a/justfile +++ b/justfile @@ -23,6 +23,7 @@ start-ngrok: start-mac-tunnel: ssh dagon -R7777:localhost:8888 + @echo "Mac Tunnel has closed" coverage-update: cargo tarpaulin --lib --out html