DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

react build check optimization #878

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

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