kibana/x-pack/.kibana-plugin-helpers.json
2018-04-24 13:48:10 -07:00

31 lines
694 B
JSON

{
"serverTestPatterns": [
"server/**/__tests__/**/*.js",
"plugins/**/__tests__/**/*.js",
"!plugins/**/server/**/__tests__/**/*"
],
"buildSourcePatterns": [
"LICENSE.txt",
"NOTICE.txt",
"package.json",
"yarn.lock",
"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
}