conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
14 stars 21 forks source link

Fix links to build artifacts #443

Closed gabalafou closed 21 hours ago

gabalafou commented 4 days ago

Fixes:

Supersedes:

This is not the first time the build artifact links have been broken. The solution in this pull request is robust to both the recent breakage and the older one.

gabalafou commented 4 days ago

Excellent! I was about to add instructions for how to confirm that this works, but you're already ahead of me.

As for not being familiar with TypeScript, I think it's fine. I have made the tests much more comprehensive, so I think we can have confidence that this is working. And so long as the TypeScript checker isn't complaining (and there aren't any casts to any, which there aren't), all should be well in the world.