mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix plugin-helpers path to kibana (#19602)
This commit is contained in:
parent
71254030e6
commit
2021c22123
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue