Skip to content

Commit

Permalink
CI: bootstrap --core isn't needed for react-native examples, `npm pac…
Browse files Browse the repository at this point in the history
…k` runs `prepublish` anyway
  • Loading branch information
Hypnosphi committed Sep 8, 2017
1 parent f343861 commit f3046d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f3046d5

Please sign in to comment.