Try to dump config 71/97471/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 12:40:31 +0000 (14:40 +0200)
committersebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 12:40:31 +0000 (14:40 +0200)
Try to log config to investigate the npm publish problem

Issue-ID: CLAMP-450
Change-Id: Ib63e77f97d77a2b1e887600cb83b85252a68a53f
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index f332764..448f290 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
-                                                       <arguments>publish --registry ${npm.publish.url}</arguments>
+                                                       <arguments>run-script publish</arguments>
                                                </configuration>
                                        </execution>
                                </executions>
index 792fdd3..467863d 100644 (file)
@@ -16,7 +16,7 @@
                "test:watch": "jest --watch",
                "test:coverage": "jest --coverage",
                "eject": "react-scripts eject",
-               "publish": "npm run publish"
+               "publish": "npm config ls -l"
        },
        "files": [
                "src/*.js",