Skip to content

Commit 2b71282

Browse files
committed
Clean up build instructions
1 parent 762edd1 commit 2b71282

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,23 @@ Here are a few things you can do that will increase the likelihood of your pull
3232
Make sure you have a fairly recent version of vscode (>1.32) and are using nodejs
3333
version >=v10.13.0. (Tested on v10.15.1 and v10.16.0).
3434

35-
### Building
35+
### Installing all packages
3636

37-
#### Installing all packages
38-
39-
Run
40-
41-
##### From the command line
37+
From the command line, go to the directory `extensions/ql-vscode` and run
4238

4339
```shell
4440
npm install
4541
```
4642

47-
from the directory `extensions/ql-vscode`.
43+
### Building the extension
4844

49-
#### Building
45+
From the command line, go to the directory `extensions/ql-vscode` and run
5046

5147
```shell
52-
gulp
48+
npm run build
5349
```
5450

55-
##### From VS Code
56-
57-
`Terminal > Run Build Task...` (or just `Ctrl+Shift+B` with the default key bindings)
51+
Alternatively, you can build the extension within VS Code via `Terminal > Run Build Task...` (or `Ctrl+Shift+B` with the default key bindings).
5852

5953
### Installing
6054

0 commit comments

Comments
 (0)