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 7842f7d commit 82a5e80
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 "show-eol.el")

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

(source "melpa")

(depends-on "emacs" "24.4")
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 82a5e80

Please sign in to comment.