mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 19:34:23 +02:00
build(#10336): generate components/global stories only
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user