From 09ef2b522b7cb27bf05ce0f58039482320d24038 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Tue, 15 Mar 2016 18:18:45 +0000 Subject: [PATCH] added deployment debugging inf --- scripts/publish-npm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish-npm.js b/scripts/publish-npm.js index f99ff8d66c97b6..8e29a9f3aa5966 100644 --- a/scripts/publish-npm.js +++ b/scripts/publish-npm.js @@ -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); }