mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Execute tsc.cmd
on Windows during build. (#19622)
This commit is contained in:
parent
7440e9734d
commit
bc5f05ef2f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,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