Skip to content

Commit

Permalink
fix(storybook): ensure required files are copied as assets #10679 (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jun 10, 2022
1 parent 36d8ee2 commit 9de9cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storybook/project.json
Expand Up @@ -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": "/"
},
{
Expand Down

0 comments on commit 9de9cb3

Please sign in to comment.