Skip to content

Commit

Permalink
Add default script directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 10, 2022
1 parent 5fd4e16 commit 6aef25d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

(package-file "lsp-languagetool.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")
(source "melpa")

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lint:
$(EASK) lint package

clean:
$(EASK) clean-all
$(EASK) clean all

0 comments on commit 6aef25d

Please sign in to comment.