mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Revert "Remove ts refs build from bootstrap (#125314)"
This reverts commit 680ef03483
.
This commit is contained in:
parent
68f475f0ed
commit
8757e965fc
2 changed files with 17 additions and 0 deletions
7
packages/kbn-pm/dist/index.js
vendored
7
packages/kbn-pm/dist/index.js
vendored
|
@ -8987,6 +8987,13 @@ const BootstrapCommand = {
|
|||
}, {
|
||||
prefix: '[vscode]',
|
||||
debug: false
|
||||
});
|
||||
await Object(_utils_child_process__WEBPACK_IMPORTED_MODULE_3__["spawnStreaming"])(process.execPath, ['scripts/build_ts_refs', '--ignore-type-failures'], {
|
||||
cwd: kbn.getAbsolute(),
|
||||
env: process.env
|
||||
}, {
|
||||
prefix: '[ts refs]',
|
||||
debug: false
|
||||
}); // send timings
|
||||
|
||||
await reporter.timings({
|
||||
|
|
|
@ -137,6 +137,16 @@ export const BootstrapCommand: ICommand = {
|
|||
{ prefix: '[vscode]', debug: false }
|
||||
);
|
||||
|
||||
await spawnStreaming(
|
||||
process.execPath,
|
||||
['scripts/build_ts_refs', '--ignore-type-failures'],
|
||||
{
|
||||
cwd: kbn.getAbsolute(),
|
||||
env: process.env,
|
||||
},
|
||||
{ prefix: '[ts refs]', debug: false }
|
||||
);
|
||||
|
||||
// send timings
|
||||
await reporter.timings({
|
||||
upstreamBranch: kbn.kibanaProject.json.branch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue