Skip to content

Commit df5f352

Browse files
committed
Add default script directive
1 parent 139a39d commit df5f352

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Eask

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
(keywords "matching" "fuzzy")
77

88
(package-file "flx-rs.el")
9-
109
(files "bin")
1110

11+
(script "test" "echo \"Error: no test specified\" && exit 1")
12+
1213
(source "melpa")
1314

1415
(depends-on "emacs" "25.1")

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lint:
3030
$(EASK) lint package
3131

3232
clean:
33-
$(EASK) clean-all
33+
$(EASK) clean all
3434

3535
activate: package
3636
$(EASK) install --dev

0 commit comments

Comments
 (0)