File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -196,34 +196,34 @@ To run the test locally, you will need the following tools:
196
196
Install all dependencies and development dependencies:
197
197
198
198
``` sh
199
- $ eask install-deps --dev
199
+ eask install-deps --dev
200
200
```
201
201
202
202
To test the package's installation:
203
203
204
204
``` sh
205
- $ eask package
206
- $ eask install
205
+ eask package
206
+ eask install
207
207
```
208
208
209
209
To test compilation:
210
210
211
211
``` sh
212
- $ eask compile
212
+ eask compile
213
213
```
214
214
215
- ** The following steps are optional, but we recommend you follow these lint results!**
215
+ ** 🪧 The following steps are optional, but we recommend you follow these lint results!**
216
216
217
217
The built-in ` checkdoc ` linter:
218
218
219
219
``` sh
220
- $ eask lint checkdoc
220
+ eask lint checkdoc
221
221
```
222
222
223
223
The standard ` package ` linter:
224
224
225
225
``` sh
226
- $ eask lint package
226
+ eask lint package
227
227
```
228
228
229
229
* 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