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

Make yarn tasks imply yarn install where appropriate #11394

Merged
merged 12 commits into from
Sep 6, 2023

Conversation

fearthecowboy
Copy link
Member

After chatting with @Colengc and @sean-mcmanus about implied yarn install I've refactored the scripts a bit more in package.json and now compile and watch and webpack and others will call yarn install (which in itself is very fast) -- and will verify the prep steps and run those only if necessary. (which are slower, and less like to be needed to run often)

@fearthecowboy fearthecowboy marked this pull request as draft August 31, 2023 19:41
@fearthecowboy fearthecowboy marked this pull request as ready for review August 31, 2023 20:48
sean-mcmanus
sean-mcmanus previously approved these changes Aug 31, 2023
@fearthecowboy fearthecowboy merged commit b4a70df into main Sep 6, 2023
4 checks passed
@fearthecowboy fearthecowboy deleted the garretts/yarn-tasks-imply-install branch September 6, 2023 14:47
@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants