diff --git a/justfile b/justfile index d514524..9fe30a3 100644 --- a/justfile +++ b/justfile @@ -27,9 +27,6 @@ release: git push git checkout {{from_branch}} -hi: - echo {{ if git_status == "" { "git ok" } else { error("please commit changes first") } }} - serve: open http://localhost:8080/index.html && miniserve pkg