mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[generate/package] exclude stories by default when building packages (#135453)
This commit is contained in:
parent
a1426f263d
commit
d59dd7189f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ SOURCE_FILES = glob(
|
|||
],
|
||||
exclude = [
|
||||
"**/*.test.*",
|
||||
"**/*.story.*",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue