[kbn-plugin-generator] add reference to es script in Kibana (#25607) (#25608)

This commit is contained in:
Spencer 2018-11-13 12:11:11 -08:00 committed by GitHub
parent 4868f662ef
commit 95c4cc65c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",