Skip to content

Commit

Permalink
Use absolute path to dev tools app (to fix CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 31, 2019
1 parent 55d8446 commit 9966381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/searchprofiler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 9966381

Please sign in to comment.