build(#10336): generate components/global
stories only
This commit is contained in:
parent
5605b03ce4
commit
a47f4b8955
417 changed files with 175 additions and 13984 deletions
|
@ -601,7 +601,8 @@ function toStories(component: string): string {
|
|||
);
|
||||
}
|
||||
|
||||
promisify(glob)('src/{components,pages,ui,widgets}/**/*.vue').then(
|
||||
// promisify(glob)('src/{components,pages,ui,widgets}/**/*.vue').then(
|
||||
promisify(glob)('src/components/global/**/*.vue').then(
|
||||
(components) =>
|
||||
Promise.all(
|
||||
components.map((component) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue