mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
rename @elastic/* packages to @kbn/* (#138957)
* rename @elastic/* packages to @kbn/* * update yarn.lock * [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest' * update lint task * review feedback Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ad135e9610
commit
9003353729
274 changed files with 280 additions and 271 deletions
|
@ -9,8 +9,8 @@
|
|||
require('../src/setup_node_env');
|
||||
|
||||
// We have to import directly from package since scenarios and worker.js are imported dynamically,
|
||||
// If we import the package (require('@elastic/apm-synthtrace')) the program will be executed on the compiled files, and thus we need to
|
||||
// If we import the package (require('@kbn/apm-synthtrace')) the program will be executed on the compiled files, and thus we need to
|
||||
// compile scenarios with `yarn kbn bootstrap` every time scenario changes.
|
||||
|
||||
// eslint-disable-next-line @kbn/imports/uniform_imports
|
||||
require('../packages/elastic-apm-synthtrace/src/cli').runSynthtrace();
|
||||
require('../packages/kbn-apm-synthtrace/src/cli').runSynthtrace();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue