aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-10-25 13:27:08 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-25 13:27:08 +0000
commit2901ca9fec4a88db325b90bda2103ffc5e921681 (patch)
tree5f27feb15bfc3e56cda9d71fac90ee58ccaf40ef
parenta3cdfeb2928a41bce3592d8c162bf06ab5f55002 (diff)
parent996071f950951dc2900f091e2d5dea29fb7fe171 (diff)
Merge "Reset npm param"
-rw-r--r--pom.xml2
-rw-r--r--ui-react/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 00061a23..76a0e4f1 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 f0aeab2f..0e0c6ab6 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",