From f3046d5d29836d48ef61616b59d022c6f9336276 Mon Sep 17 00:00:00 2001 From: hypnos Date: Fri, 8 Sep 2017 03:17:09 +0300 Subject: [PATCH] CI: bootstrap --core isn't needed for react-native examples, `npm pack` runs `prepublish` anyway --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 299d29bc4dce..8aebee7a8345 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,7 +89,7 @@ jobs: - run: name: "Bootstrapping packages" command: | - yarn bootstrap --core --reactnative --reactnativeapp + yarn bootstrap --reactnative --reactnativeapp - run: name: "Running React-Native example" command: |