Skip to content

Commit 76b6ca5

Browse files
committed
[APM] Fix paths for ts optimization script
1 parent 856a820 commit 76b6ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/apm/scripts/optimize-tsconfig

x-pack/plugins/apm/scripts/optimize-tsconfig/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
const path = require('path');
77

8-
const xpackRoot = path.resolve(__dirname, '../../../../..');
8+
const xpackRoot = path.resolve(__dirname, '../../../..');
99
const kibanaRoot = path.resolve(xpackRoot, '..');
1010

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

0 commit comments

Comments
 (0)