Question about updating superset-frontend #1017
-
Hello superset community 👋 A couple of days ago, I created this PR to add new map to the country map plugin. My question is, what should I do to update the packages I have for superset? I'm using the docker installation of superset. Should I wait till the next release of the packages? and is there a way that I can force npm to use the package with the new modification of my PR, so I don't have to wait to the release? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@ktmud it'd be great if you can help 😀 |
Beta Was this translation helpful? Give feedback.
-
Someone needs to manually release the packages and create a PR in |
Beta Was this translation helpful? Give feedback.
Someone needs to manually release the packages and create a PR in
superset
to bump the package versions (example). Generally if you don't want to wait for the release, you can fork thesuperset-ui
repo and publish the packages under another name---then update thepackage.json
insuperset/superset-frontend
to point to your own release.