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