Reset npm param
Reset NPM parameters so that LF team can test their changes
Issue-ID: CLAMP-450
Change-Id: I6e4f3001a79509beafbfcb87fbbeb94822bf955a
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 6edd4df..448f290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1102,7 +1102,7 @@
</goals>
<phase>compile</phase>
<configuration>
- <arguments>install --registry https://registry.npmjs.com/</arguments>
+ <arguments>install</arguments>
</configuration>
</execution>
<execution>
diff --git a/ui-react/package.json b/ui-react/package.json
index f0aeab2..0e0c6ab 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",