mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
switch to yarn in appveyor (#20566)
Summary: switch to yarn to keep consistent. Windows android build pass: https://ci.appveyor.com/project/gengjiawen/react-native/build/job/xyof6052yg2uhnmw. pass all current ci. none [GENERAL] [INTERNAL] [CI] - switch to yarn. Pull Request resolved: https://github.com/facebook/react-native/pull/20566 Differential Revision: D9213415 Pulled By: hramos fbshipit-source-id: 35183c143f831e29aa0d0c0b90baacb6a7cd7837
This commit is contained in:
parent
235d9017cf
commit
cf3cdeeb90
@ -32,8 +32,8 @@ install:
|
||||
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- node --version
|
||||
- npm --version
|
||||
- appveyor-retry npm install
|
||||
- yarn --version
|
||||
- appveyor-retry yarn install
|
||||
|
||||
build_script:
|
||||
- gradlew.bat RNTester:android:app:assembleRelease
|
||||
|
Loading…
x
Reference in New Issue
Block a user