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

Commit

Permalink
Adds --stream to Lerna commands in CI.
Browse files Browse the repository at this point in the history
Refs #1.

This should provide some more logs to debug a current failure at HEAD.
  • Loading branch information
dgp1130 committed May 24, 2020
1 parent 42df637 commit d2519b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
node-version: 12.x
- run: npm ci
- run: npm run -- lerna bootstrap --ci
- run: npm run -- lerna run build
- run: npm run -- lerna run test
- run: npm run -- lerna run build --stream
- run: npm run -- lerna run test --stream

0 comments on commit d2519b5

Please sign in to comment.