mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[build] Clean examples from node modules (#14587)
This commit is contained in:
parent
329288d63a
commit
8a7551f38f
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = function (grunt) {
|
|||
'_build:notice',
|
||||
'_build:removePkgJsonDeps',
|
||||
'clean:testsFromModules',
|
||||
'clean:examplesFromModules',
|
||||
'run:optimizeBuild',
|
||||
'stop:optimizeBuild',
|
||||
'_build:versionedLinks',
|
||||
|
|
|
@ -3,6 +3,7 @@ module.exports = function () {
|
|||
build: 'build',
|
||||
target: 'target',
|
||||
testsFromModules: 'build/kibana/node_modules/**/{test,tests}/**',
|
||||
examplesFromModules: 'build/kibana/node_modules/**/{example,examples}/**',
|
||||
devSourceForTestbed: 'build/kibana/src/core_plugins/testbed/',
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue