Skip to content

Commit

Permalink
Remove references to lerna bootstrap from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Feb 6, 2024
1 parent 2cef534 commit c18358b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ cd bugsnag-expo
# Install top-level dependencies
npm i

# Bootstrap all of the packages
npm run bootstrap

# Run the unit tests
npm run test:unit

Expand Down
6 changes: 0 additions & 6 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ Install top level dependencies:
npm i
```

Bootstrap all of the individual packages:

```sh
npm run bootstrap
```

## Unit tests

Runs the unit tests for each package.
Expand Down

0 comments on commit c18358b

Please sign in to comment.