We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4f614 commit 26664f5Copy full SHA for 26664f5
.ado/templates/verdaccio-publish.yml
@@ -1,11 +1,6 @@
1
# Publishes local packages to our verdaccio server.
2
3
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
- script: |
10
npx beachball publish --branch origin/$(System.PullRequest.TargetBranch) --no-push --registry http://localhost:4873 --yes --access public
11
displayName: Publish react-native-macos-init to verdaccio
0 commit comments