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 3c07a66 commit 6fc8259Copy full SHA for 6fc8259
Eask
@@ -7,6 +7,8 @@
7
8
(package-file "lsp-ltex.el")
9
10
+(script "test" "echo \"Error: no test specified\" && exit 1")
11
+
12
(source "gnu")
13
(source "melpa")
14
(source "jcs-elpa")
Makefile
@@ -30,7 +30,7 @@ lint:
30
$(EASK) lint package
31
32
clean:
33
- $(EASK) clean-all
+ $(EASK) clean all
34
35
activate:
36
$(EASK) install --dev
0 commit comments