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:
gengjiawen 2018-08-07 21:34:36 -07:00 коммит произвёл Facebook Github Bot
Родитель 235d9017cf
Коммит cf3cdeeb90
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -32,8 +32,8 @@ install:
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version
- node --version - node --version
- npm --version - yarn --version
- appveyor-retry npm install - appveyor-retry yarn install
build_script: build_script:
- gradlew.bat RNTester:android:app:assembleRelease - gradlew.bat RNTester:android:app:assembleRelease