Skip to content

Commit 95ea37e

Browse files
authored
docs: Update CONTRIBUTING.md (getsentry#2347)
1 parent a876d46 commit 95ea37e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CONTRIBUTING.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@ To run the test suite and run our code linter, node.js and yarn are required.
2222

2323
Since this is a mono repo containing several packages, we use `lerna` to manage them.
2424

25-
To get started call:
25+
To get started, install all dependencies, bootstrap the workspace and perform initial build, so TypeScript can read all the linked type definitions from a monorepo.
2626

2727
```
2828
$ yarn
29-
```
30-
31-
After that you need to setup the workspace with:
32-
33-
```
3429
$ yarn lerna bootstrap
30+
$ yarn build
3531
```
3632

3733
With that, the repo is fully setup and you are ready to run all commands.

0 commit comments

Comments
 (0)