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 4d00edc commit f67d99cCopy full SHA for f67d99c
_SETUP.md
@@ -10,7 +10,7 @@ That's all.
10
11
## Setup manually
12
13
-Setup your local webpack repository
+### Setup your local webpack repository
14
15
```bash
16
git clone https://github.com/webpack/webpack.git
@@ -21,8 +21,20 @@ yarn link
21
yarn link webpack
22
```
23
24
-To run the entire test suite use:
+### To run the entire test suite use:
25
26
27
yarn test
28
29
+
30
+### To run the typechecker use:
31
32
+```bash
33
+yarn type-lint
34
+```
35
36
+or incremental as you add JSDoc Annotations or make changes
37
38
39
+yarn type-lint --watch
40
0 commit comments