aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-11-13 13:13:07 +0100
committersebdet <sebastien.determe@intl.att.com>2019-11-13 13:13:07 +0100
commitdd1076847892089948fc8ae720da854237d1e857 (patch)
tree115c23ce6a707baa0b2306275f988c32673278e4
parentde9d1efabaad9001c65ec12da0df37a5e43952a6 (diff)
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 <sebastien.determe@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--ui-react/package.json3
2 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 803722de8..45459741a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1164,7 +1164,7 @@
</goals>
<phase>deploy</phase>
<configuration>
- <arguments>run-script publish</arguments>
+ <arguments>publish</arguments>
</configuration>
</execution>
</executions>
diff --git a/ui-react/package.json b/ui-react/package.json
index 2d70e270e..73598ec5a 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",