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

depcheck github action #869

Closed karkir0003 closed 10 months ago

karkir0003 commented 1 year ago

Problem: We have instances where we install a frontend library with yarn, but then we don't actually end up using it in our code. We should try to keep our frontend package size as small as possible and keep only the essentials to make our builds run faster

Solution: Use depcheck to create a Github Action that validates that there are no frontend libraries in yarn.lock that really don't get used.

Branch Setup:

git checkout nextjs
git pull origin nextjs
git checkout -b depcheck-action