From 194cb3838aca26b22ae5b6da87abdb3109f72748 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 25 Oct 2019 11:40:06 +0200 Subject: [PATCH] Dump npm config Dump the NPM config again to see what has put there Issue-ID: CLAMP-450 Change-Id: Iadb684ae5074528082f07616505070e8187e28a3 Signed-off-by: sebdet --- ui-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-react/package.json b/ui-react/package.json index 0e0c6ab6..f0aeab2f 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 publish" + "publish": "npm config ls -l" }, "files": [ "src/*.js", -- 2.16.6