Merge "Change the npm repo"
authorSébastien Determe <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 14:05:03 +0000 (14:05 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 23 Oct 2019 14:05:03 +0000 (14:05 +0000)
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index 76a0e4f..cae53df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>
index 467863d..5335003 100644 (file)
@@ -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",