Skip to content

Commit

Permalink
Revert "cleanup(storybook): Refine change Storybook target warn messa…
Browse files Browse the repository at this point in the history
…ge (#10495)" (#10571)

This reverts commit 7094280.
  • Loading branch information
mandarini committed Jun 3, 2022
1 parent d48a709 commit 56e0ec5
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -42,9 +42,7 @@ export async function changeStorybookTargetsGenerator(tree: Tree) {
storybookBuildTarget
);
} else {
logger.warn(
`Could not find an Angular Storybook target for ${projectName}.`
);
logger.warn(`Could not find a Storybook target for ${projectName}.`);
}
if (changesMade) {
updateProjectConfiguration(tree, projectName, projectConfiguration);
Expand Down

0 comments on commit 56e0ec5

Please sign in to comment.