Skip to content

Commit

Permalink
Merge pull request #21296 from storybookjs/chore/improve-sandbox-logs
Browse files Browse the repository at this point in the history
Build: Improve sandbox task logs
  • Loading branch information
yannbf authored Feb 28, 2023
2 parents 5ed39ca + 6b73acc commit 1be25e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tasks/sandbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ export const sandbox: Task = {
await addStories(details, options);
}
await extendMain(details, options);
logger.info(`✅ Storybook sandbox created at ${details.sandboxDir}`);
},
};

0 comments on commit 1be25e5

Please sign in to comment.