mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[@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:
parent
7dbffc4a40
commit
f3d69b8197
125 changed files with 741 additions and 113 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue