mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[kbn-plugin-generator] add reference to es script in Kibana (#25607)
This commit is contained in:
parent
bb250560ec
commit
cd5f31bfec
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"scripts": {
|
||||
"preinstall": "node ../../kibana/preinstall_check",
|
||||
"kbn": "node ../../kibana/scripts/kbn",
|
||||
"es": "node ../../kibana/scripts/es",
|
||||
"lint": "eslint .",
|
||||
"start": "plugin-helpers start",
|
||||
"test:server": "plugin-helpers test:server",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue