From d92aca2715a62f5120edd5195ed77b2427f31edd Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Tue, 25 Feb 2020 14:23:55 -0800 Subject: [PATCH] Reduce lerna loglevel (#37024) * Reduce lerna loglevel * Also add silent --- tests/cases/docker/office-ui-fabric/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/docker/office-ui-fabric/Dockerfile b/tests/cases/docker/office-ui-fabric/Dockerfile index d48fba37b65..2fd71986108 100644 --- a/tests/cases/docker/office-ui-fabric/Dockerfile +++ b/tests/cases/docker/office-ui-fabric/Dockerfile @@ -19,4 +19,4 @@ RUN yarn add typescript@../../typescript.tgz --exact --ignore-scripts WORKDIR /office-ui-fabric-react RUN yarn ENTRYPOINT [ "lerna" ] -CMD [ "run", "build", "--stream", "--concurrency", "1", "--", "--production", "--lint" ] \ No newline at end of file +CMD [ "run", "build", "--stream", "--concurrency", "1", "--loglevel", "error", "--", "--production", "--lint", "--silent" ] \ No newline at end of file