Skip to content

Commit

Permalink
cleanup(storybook): Refine change Storybook target warn message (#10495)
Browse files Browse the repository at this point in the history
  • Loading branch information
qchouleur committed Jun 2, 2022
1 parent 9ad5c48 commit 7094280
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export async function changeStorybookTargetsGenerator(tree: Tree) {
storybookBuildTarget
);
} else {
logger.warn(`Could not find a Storybook target for ${projectName}.`);
logger.warn(
`Could not find an Angular Storybook target for ${projectName}.`
);
}
if (changesMade) {
updateProjectConfiguration(tree, projectName, projectConfiguration);
Expand Down

0 comments on commit 7094280

Please sign in to comment.