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 @@ -69,34 +69,34 @@ To run the test locally, you will need the following tools:
69
69
Install all dependencies and development dependencies:
70
70
71
71
``` sh
72
- $ eask install-deps --dev
72
+ eask install-deps --dev
73
73
```
74
74
75
75
To test the package's installation:
76
76
77
77
``` sh
78
- $ eask package
79
- $ eask install
78
+ eask package
79
+ eask install
80
80
```
81
81
82
82
To test compilation:
83
83
84
84
``` sh
85
- $ eask compile
85
+ eask compile
86
86
```
87
87
88
88
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
89
89
90
90
The built-in ` checkdoc ` linter:
91
91
92
92
``` sh
93
- $ eask lint checkdoc
93
+ eask lint checkdoc
94
94
```
95
95
96
96
The standard ` package ` linter:
97
97
98
98
``` sh
99
- $ eask lint package
99
+ eask lint package
100
100
```
101
101
102
102
* 📝 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