mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[6.x] Execute tsc.cmd
on Windows during build. (#19627)
This commit is contained in:
parent
45fa91c951
commit
b83074f886
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue