Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
Updating doc with a test command that builds dependencies.
Browse files Browse the repository at this point in the history
Refs #1.
  • Loading branch information
dgp1130 committed May 2, 2020
1 parent 4fe5981 commit 585c1f6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/bxpb-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,13 @@ Output files are stored in the `dist/` directory.

Unit tests are run from the repository root:

TODO: What if this has dependencies? How do we build them without building the universe?

```shell
npm run lerna run test --scope packages/bxpb-runtime/
```

You should probably build and test in the same command:

```shell
npm run lerna run build --scope packages/bxpb-runtime/ --include-dependencies &&
npm run lerna run test --scope packages/bxpb-runtime/
```

0 comments on commit 585c1f6

Please sign in to comment.