diff --git a/package.json b/package.json index 5a464f83fac20..7a9971e5e08b7 100644 --- a/package.json +++ b/package.json @@ -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",