Skip to content

Commit 09ef2b5

Browse files
committed
added deployment debugging inf
1 parent 1228321 commit 09ef2b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/publish-npm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ let artifacts = ['-javadoc.jar', '-sources.jar', '.aar', '.pom'].map((suffix) =>
114114

115115
artifacts.forEach((name) => {
116116
if (!test(`-e`, `./android/com/facebook/react/react-native/${releaseVersion}/${name}`)) {
117+
echo(ls(`./android/com/facebook/react/react-native/${releaseVersion}`));
117118
echo(`file ${name} was not generated`);
118119
exit(1);
119120
}

0 commit comments

Comments
 (0)