mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[kbn] rename test command to x
This commit is contained in:
parent
d0e3499718
commit
0ce21359a8
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export const COMMANDS = [
|
|||
(await import('./run_in_packages_command.mjs')).command,
|
||||
(await import('./clean_command.mjs')).command,
|
||||
(await import('./reset_command.mjs')).command,
|
||||
(await import('./test_command.mjs')).command,
|
||||
(await import('./x_command.mjs')).command,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
@ -129,7 +129,7 @@ function duplicateRule(starlark, name, newName, mod) {
|
|||
|
||||
/** @type {import('../lib/command').Command} */
|
||||
export const command = {
|
||||
name: '_test',
|
||||
name: '_x',
|
||||
async run({ log }) {
|
||||
const updates = { pkgJson: 0, buildBazel: 0, tsconfig: 0, tsconfigRefs: 0 };
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue