Migrate x-pack-kibana source to kibana

This commit is contained in:
Jenkins CI 2018-04-20 19:13:41 +00:00 committed by spalger
parent e8ac7d8d32
commit bc5b51554d
3256 changed files with 277621 additions and 2324 deletions

View file

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