From 8d2c8717b84df9e345800a790e2a353b88f41068 Mon Sep 17 00:00:00 2001 From: Evgeniy Timokhov Date: Thu, 15 Aug 2019 18:02:49 +0300 Subject: [PATCH] Decreased max size limit --- codechecks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codechecks.yml b/codechecks.yml index af50335952..02ceaecc9f 100644 --- a/codechecks.yml +++ b/codechecks.yml @@ -3,9 +3,9 @@ checks: options: files: - path: "./dist/lightweight-charts.esm.production.js" - maxSize: 44KB + maxSize: 41.5KB - path: "./dist/lightweight-charts.standalone.production.js" - maxSize: 44KB + maxSize: 41.5KB - name: type-coverage-watcher options: