Skip to content

Commit d92aca2

Browse files
authored
Reduce lerna loglevel (microsoft#37024)
* Reduce lerna loglevel * Also add silent
1 parent 8a797ca commit d92aca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/docker/office-ui-fabric/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN yarn add typescript@../../typescript.tgz --exact --ignore-scripts
1919
WORKDIR /office-ui-fabric-react
2020
RUN yarn
2121
ENTRYPOINT [ "lerna" ]
22-
CMD [ "run", "build", "--stream", "--concurrency", "1", "--", "--production", "--lint" ]
22+
CMD [ "run", "build", "--stream", "--concurrency", "1", "--loglevel", "error", "--", "--production", "--lint", "--silent" ]

0 commit comments

Comments
 (0)