Skip to content

Commit

Permalink
docs: add yarn build to CONTRIBUTE.md (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara authored Apr 26, 2023
1 parent 96732fb commit 2010df7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ For the readme on the plugin: [README](./packages/client/README.md).

1. `npm install -g yarn`
2. `yarn install`
3. Launch vscode: `code Spell Checker.code-workspace`
4. Run the extension from vscode:
3. `yarn build`
4. Launch vscode: `code Spell Checker.code-workspace`
5. Run the extension from vscode:
1. `Debug Tab`
1. Choose `Launch Extension` configuration.
1. Choose `Client: Launch Extension (Spell Checker Root)` configuration.
1. `F5`

<sup>\*</sup> Requires Node >= 14
Expand Down

0 comments on commit 2010df7

Please sign in to comment.