Skip to content

Commit

Permalink
[APM] Fix paths for ts optimization script (elastic#65012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed May 2, 2020
1 parent fd4854c commit 4506b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/scripts/optimize-tsconfig/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
const path = require('path');

const xpackRoot = path.resolve(__dirname, '../../../../..');
const xpackRoot = path.resolve(__dirname, '../../../..');
const kibanaRoot = path.resolve(xpackRoot, '..');

const tsconfigTpl = path.resolve(__dirname, './tsconfig.json');
Expand Down

0 comments on commit 4506b2a

Please sign in to comment.