Publish all packages to npm on release
Summary: Publish all the public packages (excluding those with "private=true") included as workspaces to "desktop" project. Reviewed By: jknoxville Differential Revision: D20765097 fbshipit-source-id: 444541e9a682a90eba02cb3da85ada9bd00d93d0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eb9a2cb5e7
commit
bf32297ad9
@@ -69,7 +69,7 @@ fi
|
||||
echo "Preparing release $VERSION..."
|
||||
|
||||
# Update all the packages included as workspaces to the very same version
|
||||
yarn --cwd "$DESKTOP_DIR" bump-workspace-versions "$VERSION"
|
||||
yarn --cwd "$DESKTOP_DIR" bump-versions --new-version "$VERSION"
|
||||
|
||||
# Update react-native-flipper to the very same version
|
||||
yarn --cwd "$SONAR_DIR"/react-native/react-native-flipper version --new-version "$VERSION" --no-git-tag-version
|
||||
|
||||
Reference in New Issue
Block a user