Closed VanishMax closed 1 month ago
Latest commit: 7af80aba476db0f176b5b1487d073ff831d791bf
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Relates to https://github.com/penumbra-zone/dex-explorer/issues/115 and https://github.com/penumbra-zone/dex-explorer/pull/114
This PR improves the
dev:pack
command of the UI package. Before this, it would build the lib with Vite but not pack the tarball, or pack it in the wrong timing, making the behavior unexpected. I updated the pack command to useexeca
lib.