Open infinite-persistence opened 2 years ago
Are the electron scripts and dependencies still needed for anything? That was just used for the LBRY desktop app, correct?
postinstall:electron
still seems to be part of the standard postinstall
script. That and the electon dependency downloads only account for a very small amount of time, but removing them would reduce noise to help find more impactfull savings.
Browsing the exisint PRs, it looks like that is being addressed in this one here: https://github.com/OdyseeTeam/odysee-frontend/pull/342
Not fully familiar, but should be able to reduce from 10m to under 5m.
borales/actions-yarn
(docker stuff + yarn packages?) = 5myarn
from all caches cleared takes only1m59.964s
for me, and I have a slow connection.lint
= 1m0m33.478s
for me.build
= 4mDone in 97.28s
for me.yarn
should just take seconds.