diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | ui-react/package.json | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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", |