Skip to content

Commit 73aadc7

Browse files
author
Adam Gleitman
committed
Use verdaccio earlier in react-native-macos-init test
1 parent 26664f5 commit 73aadc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.ado/templates/react-native-macos-init.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ steps:
1111

1212
- template: apple-tools-setup.yml
1313

14+
- template: verdaccio-init.yml
15+
16+
- task: CmdLine@2
17+
displayName: Set package version
18+
inputs:
19+
script: node scripts/set-rn-version.js -b dry-run -v 1000.0.0
20+
21+
- template: verdaccio-publish.yml
22+
1423
# First do a build of the local package, since we point the cli at the local files, it needs to be pre-built
1524
- task: CmdLine@2
1625
displayName: yarn install (local react-native-macos)
@@ -31,15 +40,6 @@ steps:
3140
cd packages/react-native-macos-init
3241
yarn build
3342
34-
- template: verdaccio-init.yml
35-
36-
- task: CmdLine@2
37-
displayName: Set package version
38-
inputs:
39-
script: node scripts/set-rn-version.js -b dry-run -v 1000.0.0
40-
41-
- template: verdaccio-publish.yml
42-
4343
- task: CmdLine@2
4444
displayName: Init new project
4545
inputs:

0 commit comments

Comments
 (0)