Skip to content

Commit 839dc84

Browse files
committed
🎨 Format Storybook build fallback
1 parent 13291f4 commit 839dc84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clients/storybook/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ export async function run(storybookPath, options = {}, context = {}) {
139139
commit = process.env.VIZZLY_COMMIT_SHA || undefined;
140140
message = process.env.VIZZLY_COMMIT_MESSAGE || undefined;
141141
buildName =
142-
vizzlyConfig?.build?.name || `Storybook ${new Date().toISOString()}`;
142+
vizzlyConfig?.build?.name ||
143+
`Storybook ${new Date().toISOString()}`;
143144
pullRequestNumber = process.env.VIZZLY_PR_NUMBER
144145
? parseInt(process.env.VIZZLY_PR_NUMBER, 10)
145146
: undefined;

0 commit comments

Comments
 (0)