From: sebdet Date: Wed, 23 Oct 2019 13:30:18 +0000 (+0200) Subject: Change the npm repo X-Git-Tag: 5.0.0~115^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5eec3f360c90c49e7bbdbddcb49cad883d950af9;p=clamp.git 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 --- diff --git a/pom.xml b/pom.xml index 448f290b..ad05fee2 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ 9.0.20 ui-react - https://nexus3.onap.org/repository/npm.release/ + https://nexus3.onap.org/repository/npm/ 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",