File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,34 +43,34 @@ To run the test locally, you will need the following tools:
43
43
Install all dependencies and development dependencies:
44
44
45
45
``` sh
46
- $ eask install-deps --dev
46
+ eask install-deps --dev
47
47
```
48
48
49
49
To test the package's installation:
50
50
51
51
``` sh
52
- $ eask package
53
- $ eask install
52
+ eask package
53
+ eask install
54
54
```
55
55
56
56
To test compilation:
57
57
58
58
``` sh
59
- $ eask compile
59
+ eask compile
60
60
```
61
61
62
62
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
63
63
64
64
The built-in ` checkdoc ` linter:
65
65
66
66
``` sh
67
- $ eask lint checkdoc
67
+ eask lint checkdoc
68
68
```
69
69
70
70
The standard ` package ` linter:
71
71
72
72
``` sh
73
- $ eask lint package
73
+ eask lint package
74
74
```
75
75
76
76
* 📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/ .*
You can’t perform that action at this time.
0 commit comments