Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publish command to include free components #1204

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

joshhanley
Copy link
Member

The scenario

Some components, such as the navlist.item are not being published in v2.

The problem

The issue is that the publish command isn't looking for the navlist components in Flux free and instead are still looking for them in Flux Pro.

The solution

The solution is to update the array of components in the publish command to match which package the components are in.

I also had to update the publish script to allow a folder to be parsed twice, as we now have a radio folder in both free and Pro for example.

I did a test of this in both an application with Flux Pro and an application with Flux only and both worked happily.

Fixes #1203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"flux:navlist.item" wont get publish
1 participant