mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Migrate x-pack-kibana source to kibana
This commit is contained in:
parent
d9d9fb22fb
commit
fe4609647d
3245 changed files with 276973 additions and 2388 deletions
|
@ -1,7 +1,7 @@
|
|||
const isUsingNpm = process.env.npm_config_git !== undefined;
|
||||
|
||||
if (isUsingNpm) {
|
||||
throw "Use Yarn instead of npm, see Kibana's contributing guidelines";
|
||||
throw `Use Yarn instead of npm, see Kibana's contributing guidelines`;
|
||||
}
|
||||
|
||||
// The value of the `npm_config_argv` env for each command:
|
||||
|
@ -29,4 +29,3 @@ try {
|
|||
} catch (e) {
|
||||
// if it fails we do nothing, as this is just intended to be a helpful message
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue