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 @@ -127,34 +127,34 @@ To run the test locally, you will need the following tools:
127127Install all dependencies and development dependencies:
128128
129129``` sh
130- $ eask install-deps --dev
130+ eask install-deps --dev
131131```
132132
133133To test the package's installation:
134134
135135``` sh
136- $ eask package
137- $ eask install
136+ eask package
137+ eask install
138138```
139139
140140To test compilation:
141141
142142``` sh
143- $ eask compile
143+ eask compile
144144```
145145
146146** 🪧 The following steps are optional, but we recommend you follow these lint results!**
147147
148148The built-in ` checkdoc ` linter:
149149
150150``` sh
151- $ eask lint checkdoc
151+ eask lint checkdoc
152152```
153153
154154The standard ` package ` linter:
155155
156156``` sh
157- $ eask lint package
157+ eask lint package
158158```
159159
160160* 📝 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