You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CI/CD environments it would be handy to have an alternative installation method which does not require to have a running node and npm, pnpm, yarn, etc. setup in place. This would greatly reduce CI/CD setup time.
and this finished usually within 5-7 seconds, whereas the setup of node and a package manager alone takes often times between 15-20 seconds. Its not much difference, but since sherif is a binary anyways, it would be an easy win.
The text was updated successfully, but these errors were encountered:
In CI/CD environments it would be handy to have an alternative installation method which does not require to have a running
node
andnpm
,pnpm
,yarn
, etc. setup in place. This would greatly reduce CI/CD setup time.For instance for
biome
we can do:and this finished usually within 5-7 seconds, whereas the setup of node and a package manager alone takes often times between 15-20 seconds. Its not much difference, but since sherif is a binary anyways, it would be an easy win.
The text was updated successfully, but these errors were encountered: