-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up Chromatic builds #2357
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2357 +/- ##
=======================================
Coverage 87.31% 87.31%
=======================================
Files 216 216
Lines 12671 12671
Branches 1705 1705
=======================================
Hits 11064 11064
Misses 1554 1554
Partials 53 53 |
This comment was marked as outdated.
This comment was marked as outdated.
b45398d
to
3008e19
Compare
Enabling the |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Add a comment explaining why the pull request is still relevant to prevent it from being closed. |
6be2065
to
aa56608
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Add a comment explaining why the pull request is still relevant to prevent it from being closed. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Add a comment explaining why the pull request is still relevant to prevent it from being closed. |
aa56608
to
d7e1ed6
Compare
Size Change: 0 B Total Size: 642 kB ℹ️ View Unchanged
|
Rollup seems to struggle with the export from import syntax
65d3295
to
bbe9a04
Compare
Purpose
Storybook v 7.6 introduces new build performance optimizations. Using the new
--test
flag reduces the Chromatic workflow from 2min 40s to 2min flat.Approach and changes
--test
flag for Chromatic buildsDefinition of done