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 3a67100 commit dd10f70Copy full SHA for dd10f70
Makefile
@@ -12,7 +12,7 @@ clean:
12
rm -f $(ELCS)
13
14
eask: clean
15
- $(EASK) build
+ $(EASK) compile
16
17
test: eask
18
+ $(EMACS) -Q -batch -L . -l typescript-mode-tests.el -f ert-run-tests-batch-and-exit
0 commit comments