We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96abd42 commit 79e0e7bCopy full SHA for 79e0e7b
Eask
@@ -7,6 +7,8 @@
7
8
(package-file "auto-scroll-bar.el")
9
10
+(script "test" "echo \"Error: no test specified\" && exit 1")
11
+
12
(source "gnu")
13
(source "melpa")
14
Makefile
@@ -30,4 +30,4 @@ lint:
30
$(EASK) lint package
31
32
clean:
33
- $(EASK) clean-all
+ $(EASK) clean all
0 commit comments