Skip to content

Commit 4c67003

Browse files
committed
docs: Update development.md
1 parent 54a62c9 commit 4c67003

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/development.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@ $ npm run lint
2727

2828
Note this also runs in the CI/CD pipeline.
2929

30+
Note that linting will not actually pick up on TypeScript compilation errors, but that can be done using the compile command. Note that this also runs as a pretest step as part of [Tests](#run-tests) in the next section, so you don't have to run it by hand.
31+
32+
```sh
33+
$ npm run compile
34+
```
35+
3036

3137
### Run tests
3238

33-
For the git-prefix project this was partly based on, unfortunately the tests are poor there so I didn't copy over the extension tests, but I could bring back some from tag v0.6.0 so there are integration tests if I think I need them.
39+
For the `git-prefix` project this was partly based on, unfortunately the tests are poor there so I didn't copy over the extension tests, but I could bring back some from tag v0.6.0 so there are integration tests if I think I need them.
3440

3541
#### Unit tests
3642

0 commit comments

Comments
 (0)