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