diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ad721cc688..52d5f7ce24c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -618,7 +618,7 @@ releasable_branches: &releasable_branches only: - release - main - - ui-components/master + - ui-components/main - 1.0-stable workflows: diff --git a/package.json b/package.json index 49bc09b4083..0ad87b9a8fa 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact", "publish:release": "lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'", "publish:1.0-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'", + "publish:ui-components/main": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=ui-preview --preid=ui-preview --exact", "publish:verdaccio": "lerna publish --no-push --canary minor --dist-tag=unstable --preid=unstable --exact --force-publish --yes" }, "husky": { @@ -31,8 +32,13 @@ } }, "workspaces": { - "packages": ["packages/*"], - "nohoist": ["**/@types/react-native", "**/@types/react-native/**"] + "packages": [ + "packages/*" + ], + "nohoist": [ + "**/@types/react-native", + "**/@types/react-native/**" + ] }, "repository": { "type": "git",