diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-10-23 15:30:18 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-10-23 15:30:18 +0200 |
commit | 5eec3f360c90c49e7bbdbddcb49cad883d950af9 (patch) | |
tree | da98172e73748ccf5877e928dd906d9d0b94b5fa | |
parent | 4c27274a3edfefe6cf50e6a517865b37786dc7c6 (diff) |
Change the npm repo
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>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | ui-react/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 467863df1..53350030f 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", |