mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Feat: add translations to default build source paths (elastic/kibana-plugin-helpers#48)
* feat: add translations path to build included by default, to better match what's in the elastic products and even the plugin template also add a translations path to the mock plugin for tests * chore: add script to run tests with linting Original commit: elastic/kibana-plugin-helpers@9871a4b11d
This commit is contained in:
parent
a4a41f57de
commit
d12e9902a7
3 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,7 @@ module.exports = function (root) {
|
|||
const buildSourcePatterns = [
|
||||
'package.json',
|
||||
'index.js',
|
||||
'{lib,public,server,webpackShims}/**/*',
|
||||
'{lib,public,server,webpackShims,translations}/**/*',
|
||||
];
|
||||
|
||||
// add shrinkwrap and lock files, if they exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue