We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50674d3 commit 5000e8fCopy full SHA for 5000e8f
docs/usage.md
@@ -7,7 +7,7 @@
7
Compile and start a hot-reloading dev server.
8
9
```sh
10
-$ yarn serve
+$ yarn start
11
```
12
13
Open in the browser:
@@ -26,15 +26,15 @@ $ yarn build
26
Now you can view the output in the unversioned `dist` directory.
27
28
29
-## Lint
+## Lint and format
30
31
Detect errors and warnings and fix where possible.
32
33
34
$ yarn lint:fix
35
36
37
-Run linter but not fix up. Warnings will pass, but any errors will cause an error exit status - this is useful for a CI/CD flow.
+Run checks but do not fix up. Warnings will pass, but any errors will cause an error exit status - this is useful for a CI/CD flow.
38
39
40
$ yarn lint:check
0 commit comments