mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[npm] rename es task to elasticsearch
This commit is contained in:
parent
238deaad9e
commit
941b4b4a0c
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Please make sure you have signed the [Contributor License Agreement](http://www.
|
|||
- Start elasticsearch
|
||||
|
||||
```sh
|
||||
npm run es
|
||||
npm run elasticsearch
|
||||
```
|
||||
|
||||
- Start the development server.
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"start": "./bin/kibana --dev",
|
||||
"precommit": "grunt lintStagedFiles",
|
||||
"karma": "karma start",
|
||||
"es": "grunt esvm:dev:keepalive"
|
||||
"elasticsearch": "grunt esvm:dev:keepalive"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue