aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-10-23 12:48:31 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-23 12:48:31 +0000
commit9038f5e62302bad4abb45884bfb539dbe73074dd (patch)
tree6e8caadaa6261e6b6e56957d4a50afdb3e7beb57
parent6e4ace7796573f67bfcf5dc99f79e0b604157e9b (diff)
parent4c27274a3edfefe6cf50e6a517865b37786dc7c6 (diff)
Merge "Try to dump config"
-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 a5e2e7255..76a0e4f1d 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 792fdd32f..467863df1 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",