Add default script directive

This commit is contained in:
Jen-Chieh Shen 2022-12-10 17:06:20 +08:00
parent 77e955e2c2
commit e924ae134a
2 changed files with 3 additions and 1 deletions

2
Eask
View file

@ -7,6 +7,8 @@
(package-file "vs-dark-theme.el") (package-file "vs-dark-theme.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "melpa") (source "melpa")
(depends-on "emacs" "24.1") (depends-on "emacs" "24.1")

View file

@ -30,4 +30,4 @@ lint:
$(EASK) lint package $(EASK) lint package
clean: clean:
$(EASK) clean-all $(EASK) clean all