Skip to content

Commit

Permalink
Use npm to pack local react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
nossbigg committed May 20, 2019
1 parent f8483ee commit 67924c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ci-e2e-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ try {
}
}

if (exec('yarn pack').code) {
if (exec('npm pack').code) {
echo('Failed to pack react-native');
exitCode = 1;
throw Error(exitCode);
Expand Down

0 comments on commit 67924c0

Please sign in to comment.