Fix plugin-helpers path to kibana (#19602)

This commit is contained in:
Rashid Khan 2018-05-31 11:15:56 -07:00 committed by joe fleming
parent 71254030e6
commit 2021c22123

View file

@ -19,7 +19,7 @@ module.exports = function (root) {
root: root,
kibanaRoot: pkg.name === 'x-pack'
? resolve(root, '..')
: resolve(root, '../kibana'),
: resolve(root, '../../kibana'),
serverTestPatterns: ['server/**/__tests__/**/*.js'],
buildSourcePatterns: buildSourcePatterns,
skipInstallDependencies: false,