We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dffb2 commit ccedd49Copy full SHA for ccedd49
.ado/templates/verdaccio-publish.yml
@@ -4,6 +4,7 @@ steps:
4
- script: |
5
npm publish --registry http://localhost:4873
6
displayName: Publish react-native-macos to verdaccio
7
+ workingDirectory: packages/react-native
8
9
10
npx beachball publish --branch origin/$(System.PullRequest.TargetBranch) --no-push --registry http://localhost:4873 --yes --access public
0 commit comments