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 @@ -42,34 +42,34 @@ To run the test locally, you will need the following tools:
42
42
Install all dependencies and development dependencies:
43
43
44
44
``` sh
45
- $ eask install-deps --dev
45
+ eask install-deps --dev
46
46
```
47
47
48
48
To test the package's installation:
49
49
50
50
``` sh
51
- $ eask package
52
- $ eask install
51
+ eask package
52
+ eask install
53
53
```
54
54
55
55
To test compilation:
56
56
57
57
``` sh
58
- $ eask compile
58
+ eask compile
59
59
```
60
60
61
61
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
62
62
63
63
The built-in ` checkdoc ` linter:
64
64
65
65
``` sh
66
- $ eask lint checkdoc
66
+ eask lint checkdoc
67
67
```
68
68
69
69
The standard ` package ` linter:
70
70
71
71
``` sh
72
- $ eask lint package
72
+ eask lint package
73
73
```
74
74
75
75
* 📝 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