aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 803722de..45459741 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 2d70e270..73598ec5 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",