From dd1076847892089948fc8ae720da854237d1e857 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 13 Nov 2019 13:13:07 +0100 Subject: [PATCH] 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 --- pom.xml | 2 +- ui-react/package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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", -- 2.16.6