mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[build] place the plugin contents under the kibana directory
Original commit: elastic/kibana-plugin-helpers@0a0f5fea0a
This commit is contained in:
parent
ec965190d6
commit
5a446ffe4e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports = function (plugin) {
|
|||
vfs
|
||||
.src(files, { base: plugin.root })
|
||||
.pipe(rename(function nestFileInDir(path) {
|
||||
path.dirname = join(buildId, path.dirname);
|
||||
path.dirname = join('kibana', plugin.id, path.dirname);
|
||||
}))
|
||||
.pipe(zip(`${buildId}.zip`))
|
||||
.pipe(vfs.dest(join(plugin.root, 'build')));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue