Skip to content

Commit

Permalink
Run beachball from root of repo in PR and publish scripts (facebook#374)
Browse files Browse the repository at this point in the history
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae0.

* Remove unnecessary android builds and tar file upload.

* Dont change cwd before running beachball.

Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
  • Loading branch information
2 people authored and Simek committed May 18, 2020
1 parent 7b5fdec commit f45db47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .ado/publish.yml
Expand Up @@ -89,8 +89,7 @@ jobs:
displayName: "Publish react-native-macos-init to npmjs.org"
inputs:
script: |
cd packages/react-native-macos-init
npx --no-install beachball publish --branch origin/$(Build.SourceBranchName) -n $(npmAuthToken) -yes -m "applying package updates ***NO_CI***" --access public
npx beachball publish --branch origin/$(Build.SourceBranchName) -n $(npmAuthToken) -yes -m "applying package updates ***NO_CI***" --access public
- job: RNGithubOfficePublish
displayName: React-Native GitHub Publish to Office
Expand Down
3 changes: 1 addition & 2 deletions .ado/templates/react-native-macos-init.yml
Expand Up @@ -70,8 +70,7 @@ steps:
displayName: Publish react-native-macos to verdaccio
- script: |
cd packages/react-native-macos-init
npx --no-install beachball publish --branch origin/$(System.PullRequest.TargetBranch) --no-push --registry http://localhost:4873 --yes --access public
npx beachball publish --branch origin/$(System.PullRequest.TargetBranch) --no-push --registry http://localhost:4873 --yes --access public
displayName: Publish react-native-macos-init to verdaccio
- task: CmdLine@2
Expand Down

0 comments on commit f45db47

Please sign in to comment.