Added exclude which mirrors master and will make the i18n scripts pass

This commit is contained in:
FrankHassanabad 2019-04-05 09:11:46 -06:00
parent 88f9bbaa40
commit f745a9afaa
No known key found for this signature in database
GPG key ID: 0BC9DC0E0023FA5D

View file

@ -48,5 +48,7 @@
"xpack.uptime": "x-pack/plugins/uptime",
"xpack.watcher": "x-pack/plugins/watcher"
},
"exclude": []
"exclude": [
"src/legacy/ui/ui_render/ui_render_mixin.js"
]
}