I wanted to test #69 locally, which requires building PatternFly from master and then building RCUE. I was able to build patternfly and use npm link, but it still seems to use the latest release (installed into node_modules) instead of the one installed by npm link.
I have a project that uses npm install to manage dependencies, including RCUE, but I don't know the easiest way to test with my local rcue either.
What I'd like to do is:
Build PatternFly
Build RCUE using the built PatternFly
Build my frontend using the built RCUE
Instructions for doing this seem like a useful addition to the README? I'd be happy to submit a PR with that, but let's figure out the necessary steps (and I can help you test)
I wanted to test #69 locally, which requires building PatternFly from master and then building RCUE. I was able to build patternfly and use
npm link
, but it still seems to use the latest release (installed into node_modules) instead of the one installed bynpm link
.I have a project that uses
npm install
to manage dependencies, including RCUE, but I don't know the easiest way to test with my local rcue either.What I'd like to do is:
Instructions for doing this seem like a useful addition to the README? I'd be happy to submit a PR with that, but let's figure out the necessary steps (and I can help you test)