build(#10336): generate components/global stories only

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-01 13:45:31 +09:00
parent 5605b03ce4
commit a47f4b8955
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99
417 changed files with 175 additions and 13984 deletions

View file

@ -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) => {