forked from kemitix/git-next
build(mac): make it clean when mac tunnel has closed
This commit is contained in:
parent
c1564807f8
commit
eae351d8a4
1 changed files with 1 additions and 0 deletions
1
justfile
1
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
|
||||
|
|
Loading…
Reference in a new issue