mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Reduce lerna loglevel (#37024)
* Reduce lerna loglevel * Also add silent
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user