Skip to content

how to make moon ci even quieter #1752

Answered by milesj
nhomble asked this question in Q&A
Discussion options

You must be logged in to vote

@nhomble So this output is actually TypeScript:

[9:06:39 AM] Project '../../../../libs/foo/tsconfig.json' is up to date because newest input '../../../../libs/foo/src/bar.ts' is older than output '../../../../libs/foo/typings/tsconfig.tsbuildinfo'

For that task, I believe you can remove --verbose from the tsc command.

With that said, all stdout/err output from tasks is printed to the terminal and cannot be turned off from moon arguments alone. However, you can set MOON_OUTPUT_STYLE=none to hide the output of all tasks, or configure outputStyle on a per-task basis: https://moonrepo.dev/docs/config/project#outputstyle

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nhomble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants