Skip to content

ref(dev): Parallelize yarn scripts #3243

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 3 commits into from
Feb 17, 2021
Merged

Conversation

lobsterkatie
Copy link
Member

@lobsterkatie lobsterkatie commented Feb 6, 2021

The changes the main lint script in the top-level package.json to run the linting process for each package in parallel rather than in sequence. It won't affect overall CI time (since linting isn't our slowest step), but locally in my testing it speeds up the process by about a factor of 4, dropping it from about a minute to roughly 15 seconds, which is helpful for quick checks before pushing.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2021

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 20.27 KB (-0.01% 🔽)
@sentry/browser - Webpack 21.18 KB (0%)
@sentry/react - Webpack 21.2 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 27.36 KB (-0.01% 🔽)

@lobsterkatie lobsterkatie force-pushed the kmclb-parallelize-linting branch from 1952672 to e91db7a Compare February 16, 2021 18:32
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