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