-
Hi, can you describe how to set up h5web for local development? I'm trying to write my own provider, then test the local version using a local install of my galaxy visualization plugin, but I cannot get my plugin to build. The visualization plugin uses yarn, and builds fine when I use the npm @h5web packages. I am able to build the h5web packages from source using
Then I run
I don't understand why it is trying to build using the typescript file and not using the javascript version. The only thing I've noticed is that the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello, Thanks for your interest and sorry to hear this stumped you for a while. @axelboc is the main person to ask for the setup but I'll try to help you with the best of my ability.
This is done by pnpm A quick-and-dirty fix may be to manually replicate this behaviour by editing the If that doesn't work, we will be sure to get back to you after the holiday season. 🎅 |
Beta Was this translation helpful? Give feedback.
-
@loichuder is spot on. If you'd like to automate this instead of having to edit the
|
Beta Was this translation helpful? Give feedback.
@loichuder is spot on. If you'd like to automate this instead of having to edit the
package.json
files manually, you could try using pnpm'spack
command:pnpm packages
cd packages/lib
pnpm pack --pack-destination <dir>