Skip to content

Commit 67924c0

Browse files
committed
Use npm to pack local react-native
1 parent f8483ee commit 67924c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ci-e2e-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ try {
8181
}
8282
}
8383

84-
if (exec('yarn pack').code) {
84+
if (exec('npm pack').code) {
8585
echo('Failed to pack react-native');
8686
exitCode = 1;
8787
throw Error(exitCode);

0 commit comments

Comments
 (0)