aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f3327642b..448f290be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1122,7 +1122,7 @@
</goals>
<phase>deploy</phase>
<configuration>
- <arguments>publish --registry ${npm.publish.url}</arguments>
+ <arguments>run-script publish</arguments>
</configuration>
</execution>
</executions>
diff --git a/ui-react/package.json b/ui-react/package.json
index 792fdd32f..467863df1 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 run publish"
+ "publish": "npm config ls -l"
},
"files": [
"src/*.js",