clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

[Feature] Download dependencies and store in tmp location

Open LNow opened this issue 4 years ago • 0 comments

Every single execution of clarinet test results in pulling all dependencies needed by test scripts. Due to that tests heavily depends on availability of https://deno.land (or any other package repository).

It would be fantastic if Clarinet could download all dependencies and store them somewhere just like standalone version of deno does it. And use network only when it is necessary.

Right now the only workaround that I have found for this is to download all packages manually and use only local dependencies.

LNow avatar Oct 19 '21 18:10 LNow