From 3cda867a2c5e86c3ba7173b456a2db19daf49036 Mon Sep 17 00:00:00 2001 From: AhmedEldeeb50 Date: Tue, 23 Jun 2020 17:28:21 +0200 Subject: Fix "npm run build" errors Issue-ID: CCSDK-2474 Signed-off-by: AhmedEldeeb50 Change-Id: I1577ea0f576f4000c77f94d52d22d4c2212525b2 --- cds-ui/designer-client/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cds-ui/designer-client/angular.json') diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index e503c1535..3be0e652f 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -82,8 +82,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "6kb", - "maximumError": "10kb" + "maximumWarning": "16kb", + "maximumError": "20kb" } ] } -- cgit 1.2.3-korg