Set attributes to Flipper release builds

Summary: Changelog: fixed applying of product attributes (title, publisher etc) to Flipper builds.

Reviewed By: passy

Differential Revision: D20724437

fbshipit-source-id: 70e31484ddd59f1802573e2f963ee37857ab8405
This commit is contained in:
Anton Nikolaev
2020-03-30 01:53:18 -07:00
committed by Facebook GitHub Bot
parent d98bf10646
commit 5ed3e8b1eb
3 changed files with 10 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ fi
echo "Preparing release $VERSION..."
# Updating "flipper" npm package to the same version
npm -C "$DESKTOP_DIR"app version "$VERSION"
# Update react-native-flipper to the very same version
npm -C "$SONAR_DIR"react-native/react-native-flipper version "$VERSION"