Skip to content

Commit

Permalink
removed package fomr kbn/pm
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Mar 16, 2020
1 parent 170bf37 commit 9877845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kbn-pm/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export function getProjectPaths({ rootPath, ossOnly, skipKibanaPlugins }: Option
projectPaths.push(resolve(rootPath, 'x-pack'));
projectPaths.push(resolve(rootPath, 'x-pack/plugins/*'));
projectPaths.push(resolve(rootPath, 'x-pack/legacy/plugins/*'));
projectPaths.push(resolve(rootPath, 'x-pack/test/functional_with_es_ssl/fixtures/plugins/*'));
}

if (!skipKibanaPlugins) {
Expand Down

0 comments on commit 9877845

Please sign in to comment.