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