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 17e8979 commit e459154
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 "javap-mode.el")

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

(depends-on "emacs" "26.1")

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
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 e459154

Please sign in to comment.