Skip to content

fix(build): Don't build packages we're not going to test #3059

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

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Nov 18, 2020

When testing against Node 6 and 8, we only test a subset of our packages. This PR adds to the list of packages we therefore skip building. (We can't skip all of the ones we don't test, because some of the ones we do test depend on them, but these are both untested and have no dependencies.)

Probably not a huge time savings, but can't hurt.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2020

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 19.72 KB (0%)
@sentry/browser - Webpack 20.58 KB (0%)
@sentry/react - Webpack 20.58 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 26.86 KB (0%)

@lobsterkatie lobsterkatie force-pushed the kmclb-speed-up-node-6-and-8-in-CI branch from e817597 to bfea858 Compare November 18, 2020 22:01
@lobsterkatie lobsterkatie merged commit 0c4e7e1 into master Nov 19, 2020
@lobsterkatie lobsterkatie deleted the kmclb-speed-up-node-6-and-8-in-CI branch November 19, 2020 14:47
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