-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
Description
I'm running typescript in noEmit mode to do a typecheck.
"typecheck": "tsc -p .",
"ts:silent": "run-s --silent typecheck",
While npm run -s typecheck works, both npm run typecheck and npm run ts:silent produce an error output:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! myproject@0.0.0 ts:silent: `run-s --silent typecheck`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the myproject@0.0.0 ts:silent script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ivan/.npm/_logs/2019-02-11T15_06_16_069Z-debug.log
Using the || true hack isn't an option due to development being done in Windows, and neither is setting up a .npmrc with loglevel=silent