mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Reduce lerna loglevel (#37024)
* Reduce lerna loglevel * Also add silent
This commit is contained in:
parent
8a797cad2b
commit
d92aca2715
@ -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" ]
|
||||
Loading…
x
Reference in New Issue
Block a user