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