Describe the solution you'd like
Find ways to optimize our React Build Check Action. It would be nice to have some sort of way to cache our frontend dependencies that way we don't have to always run yarn install for even the most minor frontend change. Let's look into cache@v3 github action for inspiration
Additional context
N/A
Setup Instructions (what branch to work off of)
Run the following commands
git checkout nextjs
git pull origin nextjs
git switch frontend-build-check-optimization
FYI: If you are not able to immediately run git checkout nextjs, make sure you commit your changes in the current branch or run git stash and then execute the above commands
Describe the solution you'd like Find ways to optimize our React Build Check Action. It would be nice to have some sort of way to cache our frontend dependencies that way we don't have to always run
yarn install
for even the most minor frontend change. Let's look into cache@v3 github action for inspirationAdditional context N/A Setup Instructions (what branch to work off of) Run the following commands
git checkout nextjs git pull origin nextjs git switch frontend-build-check-optimization FYI: If you are not able to immediately run git checkout nextjs, make sure you commit your changes in the current branch or run git stash and then execute the above commands