diff --git a/compose/README.md b/compose/README.md index 932c396d03..f872a5e935 100644 --- a/compose/README.md +++ b/compose/README.md @@ -87,9 +87,14 @@ Run native macos sample: ```bash export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version &&\ ./scripts/publishToMavenLocal -Pcompose.platforms=all &&\ -./scripts/publishGradlePluginToMavenLocal &&\ -./scripts/publishComponentsToMavenLocal &&\ -./scripts/publishWebComponentsToMavenLocal +./scripts/publishGradlePluginToMavenLocal ``` `-Pcompose.platforms=all` could be replace with comma-separated list of platforms, such as `js,jvm,androidDebug,androidRelease,macosx64,uikit`. +## Publish additional libraries to mavenLocal +```bash +export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version &&\ +./scripts/publishWebComponentsToMavenLocal &&\ +./scripts/publishExtendedIconsToMavenLocal -Pcompose.platforms=all &&\ +./scripts/publishComponentsToMavenLocal +```