diff --git a/Eask b/Eask index 485ca44..f25e04f 100644 --- a/Eask +++ b/Eask @@ -7,6 +7,8 @@ (package-file "lsp-languagetool.el") +(script "test" "echo \"Error: no test specified\" && exit 1") + (source "gnu") (source "melpa") diff --git a/Makefile b/Makefile index d4b044e..e92a368 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ lint: $(EASK) lint package clean: - $(EASK) clean-all + $(EASK) clean all