Reduce lerna loglevel (#37024)

* Reduce lerna loglevel

* Also add silent
This commit is contained in:
Wesley Wigham 2020-02-25 14:23:55 -08:00 committed by GitHub
parent 8a797cad2b
commit d92aca2715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]
CMD [ "run", "build", "--stream", "--concurrency", "1", "--loglevel", "error", "--", "--production", "--lint", "--silent" ]