Skip to content

Commit

Permalink
Update packages/storybook/src/executors/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Colum Ferry <cferry09@gmail.com>
  • Loading branch information
mandarini and Coly010 committed Apr 4, 2022
1 parent d4f46cd commit 75bf7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storybook/src/executors/utils.ts
Expand Up @@ -328,7 +328,7 @@ export function customProjectBuildConfigIsValid(
}
} else {
try {
return !!readProjectConfiguration(tree, projectBuildConfig);
return Boolean(readProjectConfiguration(tree, projectBuildConfig));
} catch (e) {
logger.warn(`
The projectBuildConfig you provided is not valid.
Expand Down

0 comments on commit 75bf7a1

Please sign in to comment.