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