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 @@ -131,34 +131,34 @@ To run the test locally, you will need the following tools:
131
131
Install all dependencies and development dependencies:
132
132
133
133
``` sh
134
- $ eask install-deps --dev
134
+ eask install-deps --dev
135
135
```
136
136
137
137
To test the package's installation:
138
138
139
139
``` sh
140
- $ eask package
141
- $ eask install
140
+ eask package
141
+ eask install
142
142
```
143
143
144
144
To test compilation:
145
145
146
146
``` sh
147
- $ eask compile
147
+ eask compile
148
148
```
149
149
150
150
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
151
151
152
152
The built-in ` checkdoc ` linter:
153
153
154
154
``` sh
155
- $ eask lint checkdoc
155
+ eask lint checkdoc
156
156
```
157
157
158
158
The standard ` package ` linter:
159
159
160
160
``` sh
161
- $ eask lint package
161
+ eask lint package
162
162
```
163
163
164
164
* 📝 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