Fix NPM loop issue 54/98354/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 13 Nov 2019 12:13:07 +0000 (13:13 +0100)
committersebdet <sebastien.determe@intl.att.com>
Wed, 13 Nov 2019 12:13:07 +0000 (13:13 +0100)
Fix the NPM loop issue that appears during the deploy maven phase

Issue-ID: CLAMP-450
Change-Id: I4b1bb691f56d39792217f297dd0fb3e3c9397363
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index 803722d..4545974 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
-                                                       <arguments>run-script publish</arguments>
+                                                       <arguments>publish</arguments>
                                                </configuration>
                                        </execution>
                                </executions>
index 2d70e27..73598ec 100644 (file)
@@ -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",