Skip to content
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 update PR workflow by only building dependencies #1713

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Aug 30, 2023

When running yarn build, everything in the repository is built, including the simulator, execution environments, test snaps, etc. This adds a lot of time to the build process, while those files are not used to build the examples.

By only building the source and types of the dependencies (of the examples), we can speed up the process significantly.

@Mrtenz Mrtenz requested a review from a team as a code owner August 30, 2023 11:35
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (be83c45) 95.87% compared to head (2697a5b) 95.87%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1713   +/-   ##
=======================================
  Coverage   95.87%   95.87%           
=======================================
  Files         239      239           
  Lines        5409     5409           
  Branches      836      836           
=======================================
  Hits         5186     5186           
  Misses        223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Mrtenz Mrtenz merged commit 1d14bcb into main Aug 30, 2023
131 checks passed
@Mrtenz Mrtenz deleted the mrtenz/speed-up-update branch August 30, 2023 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants