[@kbn/dev-utils] break out more pieces (#132292)

* [@kbn/dev-utils] break out more pieces

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Spencer 2022-05-17 09:19:20 -07:00 committed by GitHub
parent 7dbffc4a40
commit f3d69b8197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
125 changed files with 741 additions and 113 deletions

View file

@ -12,7 +12,8 @@
*
*************************************************************/
import { run, createFlagError } from '@kbn/dev-utils';
import { run } from '@kbn/dev-cli-runner';
import { createFlagError } from '@kbn/dev-cli-errors';
import { extractor } from './extractor';
export async function runExtractor() {