From 5eec3f360c90c49e7bbdbddcb49cad883d950af9 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 23 Oct 2019 15:30:18 +0200 Subject: Change the npm repo Change the npm repo to the one specify in the npmrc Issue-ID: CLAMP-450 Change-Id: I7e416ca31f4beb06d2b0c3b3feff0dcb50c57279 Signed-off-by: sebdet --- ui-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-react') diff --git a/ui-react/package.json b/ui-react/package.json index 467863df..53350030 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", -- cgit 1.2.3-korg