# fixtures/monorepo

This `monorepo` directory contains a simplified monorepo managed by lerna. It's
used to mimic `loopback-next` to test `@loopback/tsdocs`.

# Rebuild

If you have to change the source code for the fixture, run the following command
to rebuild.

```sh
npm run build
```
