From d649dd04c2638b626f6dd38fee1c38829a48d1f1 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 9 Feb 2017 14:26:25 -0800 Subject: [PATCH] added JSC headers download to prepare stage on Circle CI Summary: So that Circle CI builds don't stress github API too much Closes https://github.com/facebook/react-native/pull/11574 Differential Revision: D4538778 Pulled By: lacker fbshipit-source-id: af80d13acf7d61c390848764d661a70db2ec961f --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7a8d44202..00e1533aa 100644 --- a/circle.yml +++ b/circle.yml @@ -25,7 +25,7 @@ dependencies: - buck fetch ReactAndroid/src/main/java/com/facebook/react/shell - buck fetch ReactAndroid/src/test/... - buck fetch ReactAndroid/src/androidTest/... - - ./gradlew :ReactAndroid:downloadBoost :ReactAndroid:downloadDoubleConversion :ReactAndroid:downloadFolly :ReactAndroid:downloadGlog + - ./gradlew :ReactAndroid:downloadBoost :ReactAndroid:downloadDoubleConversion :ReactAndroid:downloadFolly :ReactAndroid:downloadGlog :ReactAndroid:downloadJSCHeaders # CIRCLE_NPM_TOKEN is in React Native project settings in Circle CI. # It was generated for bestander user, easy to replace with anyone's else - echo "//registry.npmjs.org/:_authToken=${CIRCLE_NPM_TOKEN}" > ~/.npmrc