From 5eec3f360c90c49e7bbdbddcb49cad883d950af9 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 23 Oct 2019 15:30:18 +0200 Subject: [PATCH] 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 --- pom.xml | 2 +- ui-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.16.6