Closed trallard closed 2 months ago
Name | Link |
---|---|
Latest commit | 3f514525407818fe9021b79441cdcb8a99569741 |
Latest deploy log | https://app.netlify.com/sites/conda-store/deploys/66e1b9aa5768ad00082a9fa8 |
Deploy Preview | https://deploy-preview-872--conda-store.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
Recent updates to conda-store-ui broke the already brittle build process of
conda-store-server
andconda-store-ui
. This PR aims to make this more robust and remove some hacky bits we have relied on until now.Note that the UI counterpart is at https://github.com/conda-incubator/conda-store-ui/pull/418 so both PRs must be merged for the build and release to work.
Pull request checklist
Additional information
This PR not only improves our build process but makes it so that one can build
conda-store-server
with a local copy repo/copy ofconda-store-ui
(vs only a released version). To test these two PRs together:conda-store-ui
run webpack:prod bundle
conda-store
and cd toconda-store-server
conda-store-server
with your local copy ofconda-store-ui
withexport LOCAL_UI=<full path to the root the conda-store-ui repo> && hatch build --clean
conda-store-server
in standalone mode:You should see the dev version of the UI