From 9966381ede9e890c7ad4eb68b87f513c2215cb71 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Thu, 31 Oct 2019 15:11:15 +0100 Subject: [PATCH] Use absolute path to dev tools app (to fix CI) --- x-pack/legacy/plugins/searchprofiler/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/searchprofiler/index.ts b/x-pack/legacy/plugins/searchprofiler/index.ts index 848b9e77130878..2b92ad232f4cd8 100644 --- a/x-pack/legacy/plugins/searchprofiler/index.ts +++ b/x-pack/legacy/plugins/searchprofiler/index.ts @@ -23,7 +23,7 @@ export const searchprofiler = (kibana: any) => { uiExports: { // NP Ready - devTools: ['plugins/searchprofiler/legacy.ts'], + devTools: [`${publicSrc}/legacy.ts`], styleSheetPaths: `${publicSrc}/np_ready/application/index.scss`, // Legacy hacks: ['plugins/searchprofiler/register.js'],