Skip to content

Commit

Permalink
repo: reduce verbosity during build
Browse files Browse the repository at this point in the history
The following commit reduces the `verbosity` during a build of
the project, while still displaying warnings, and errors.

The verbose build does not display any relevant information, and
polutes the log, as well as during CI.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Oct 20, 2020
1 parent a57df3e commit 04cf597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prepare:build": "yarn build && run lint && run build \"@theia/example-*\" --stream --parallel",
"prepare:hoisting": "theia check:hoisted -s",
"clean": "yarn lint:clean && node scripts/run-reverse-topo.js yarn clean",
"build": "tsc -b configs/root-compilation.tsconfig.json --verbose",
"build": "tsc -b configs/root-compilation.tsconfig.json",
"watch": "tsc -b configs/root-compilation.tsconfig.json -w",
"lint": "run lint",
"lint:clean": "rimraf .eslintcache",
Expand Down

0 comments on commit 04cf597

Please sign in to comment.