aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 76a0e4f1..cae53df7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<python.http.proxy.param />
<tomcat.version>9.0.20</tomcat.version>
<ui.react.src>ui-react</ui.react.src>
- <npm.publish.url>https://nexus3.onap.org/repository/npm.release/</npm.publish.url>
+ <npm.publish.url>https://nexus3.onap.org/repository/npm/</npm.publish.url>
</properties>
<profiles>
diff --git a/ui-react/package.json b/ui-react/package.json
index 467863df..53350030 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 config ls -l"
+ "publish": "npm publish"
},
"files": [
"src/*.js",