Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix(cli): Pass through useYarn to react-native-cli (#185 by @ryanlntn)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlntn authored May 6, 2019
1 parent 3136d4e commit 50279cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function install(context) {
rnInstall = await reactNative.install({
name,
version: getReactNativeVersion(context),
useNpm: true // CI seems to die without it
useNpm: !ignite.useYarn,
})
if (rnInstall.exitCode > 0) process.exit(rnInstall.exitCode)

Expand Down

0 comments on commit 50279cd

Please sign in to comment.