Skip to content

Commit 942cd9a

Browse files
authored
Simplify compilation instructions
1 parent cda6ba8 commit 942cd9a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ You may see warnings that ```The engine "vscode" appears to be invalid.```, you
4545

4646
Run the `Compile` and `Hygiene` build Tasks from the [Command Palette](https://code.visualstudio.com/docs/editor/tasks) (short cut `CTRL+SHIFT+B` or `⇧⌘B`)
4747

48-
You can also compile from the command-line:
49-
48+
You can also compile from the command-line. For a full compile you can use `npx gulp prePublishNonBundle`. For incremental builds you can use the following commands depending on your needs:
5049
```shell
51-
npx gulp prePublishNonBundle # full compile
52-
npm run compile # incremental
53-
npm run compile-webviews-watch # incremental for data science (React Code)
50+
npm run compile
51+
npm run compile-webviews-watch # For data science (React Code)
5452
```
5553

5654
Sometimes you will need to run `npm run clean` and even `rm -r out`.

0 commit comments

Comments
 (0)