fix(storybook): ensure required files are copied as assets #10679 (#10694)

This commit is contained in:
Colum Ferry 2022-06-10 19:09:17 +01:00 committed by GitHub
parent 36d8ee26c4
commit 9de9cb3edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,12 +31,12 @@
},
{
"input": "packages/storybook",
"glob": "**/project-files-5/.storybook/**",
"glob": "**/project-files-ts/.storybook/**",
"output": "/"
},
{
"input": "packages/storybook",
"glob": "**/root-files-5/.storybook/**",
"glob": "**/root-files-ts/.storybook/**",
"output": "/"
},
{