kibana/x-pack/.kibana-plugin-helpers.json

32 lines
715 B
JSON
Raw Normal View History

2018-04-20 21:13:41 +02:00
{
"serverTestPatterns": [
"server/**/__tests__/**/*.js",
"plugins/**/__tests__/**/*.js",
"!plugins/**/server/**/__tests__/**/*"
],
"buildSourcePatterns": [
"LICENSE.txt",
"NOTICE.txt",
"package.json",
"yarn.lock",
"tsconfig.json",
2018-04-20 21:13:41 +02:00
"index.js",
"plugins/reporting/.phantom/*",
"plugins/reporting/.chromium/*",
"common/**/*",
"plugins/**/*",
"server/**/*",
"webpackShims/*",
"!**/README.md",
"!__tests__",
"!__tests__/**/*",
"!**/__tests__",
"!**/__tests__/**/*",
"!plugins/**/*.test.js",
"!plugins/**/__snapshots__",
"!plugins/**/__snapshots__/*",
"!plugins/**/__mocks__/*"
],
"skipInstallDependencies": true
}