[6.x] Execute tsc.cmd on Windows during build. (#19627)

This commit is contained in:
Aleh Zasypkin 2018-06-01 21:01:05 +02:00 committed by GitHub
parent 45fa91c951
commit b83074f886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ module.exports = function createBuild(
}
execFileSync(
join(buildSource, 'node_modules', '.bin', 'tsc'),
join(buildSource, 'node_modules', '.bin', winCmd('tsc')),
['--pretty', 'true'],
{
cwd: buildRoot,