Skip to content

Commit

Permalink
added deployment debugging inf
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander committed Mar 15, 2016
1 parent 1228321 commit 09ef2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ let artifacts = ['-javadoc.jar', '-sources.jar', '.aar', '.pom'].map((suffix) =>

artifacts.forEach((name) => {
if (!test(`-e`, `./android/com/facebook/react/react-native/${releaseVersion}/${name}`)) {
echo(ls(`./android/com/facebook/react/react-native/${releaseVersion}`));
echo(`file ${name} was not generated`);
exit(1);
}
Expand Down

0 comments on commit 09ef2b5

Please sign in to comment.