We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1228321 commit 09ef2b5Copy full SHA for 09ef2b5
1 file changed
scripts/publish-npm.js
@@ -114,6 +114,7 @@ let artifacts = ['-javadoc.jar', '-sources.jar', '.aar', '.pom'].map((suffix) =>
114
115
artifacts.forEach((name) => {
116
if (!test(`-e`, `./android/com/facebook/react/react-native/${releaseVersion}/${name}`)) {
117
+ echo(ls(`./android/com/facebook/react/react-native/${releaseVersion}`));
118
echo(`file ${name} was not generated`);
119
exit(1);
120
}
0 commit comments