aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-23 14:40:31 +0200
committersebdet <sebastien.determe@intl.att.com>2019-10-23 14:40:31 +0200
commit4c27274a3edfefe6cf50e6a517865b37786dc7c6 (patch)
tree5742026203388ba0338d2aa7ad82190b70927185
parent83012f4a596b5d4fcc9f4bc9f9410641f1e6e85f (diff)
Try to dump config
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>
-rw-r--r--pom.xml2
-rw-r--r--ui-react/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f3327642..448f290b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1122,7 +1122,7 @@
</goals>
<phase>deploy</phase>
<configuration>
- <arguments>publish --registry ${npm.publish.url}</arguments>
+ <arguments>run-script publish</arguments>
</configuration>
</execution>
</executions>
diff --git a/ui-react/package.json b/ui-react/package.json
index 792fdd32..467863df 100644
--- a/ui-react/package.json
+++ b/ui-react/package.json
@@ -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",