Change the npm repo 74/97474/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 13:30:18 +0000 (15:30 +0200)
committersebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 13:30:18 +0000 (15:30 +0200)
Change the npm repo to the one specify in the npmrc

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

diff --git a/pom.xml b/pom.xml
index 448f290..ad05fee 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",