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

This commit is contained in:
Spencer 2018-11-13 12:10:20 -08:00 committed by GitHub
parent bb250560ec
commit cd5f31bfec
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",