From: sebdet Date: Wed, 13 Nov 2019 12:13:07 +0000 (+0100) Subject: Fix NPM loop issue X-Git-Tag: 5.0.0~101 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F98354%2F1;p=clamp.git Fix NPM loop issue Fix the NPM loop issue that appears during the deploy maven phase Issue-ID: CLAMP-450 Change-Id: I4b1bb691f56d39792217f297dd0fb3e3c9397363 Signed-off-by: sebdet --- diff --git a/pom.xml b/pom.xml index 803722de..45459741 100644 --- a/pom.xml +++ b/pom.xml @@ -1164,7 +1164,7 @@ deploy - run-script publish + publish diff --git a/ui-react/package.json b/ui-react/package.json index 2d70e270..73598ec5 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -15,8 +15,7 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", - "eject": "react-scripts eject", - "publish": "npm publish" + "eject": "react-scripts eject" }, "files": [ "src/*.js",