From a694b4f146e9d47f2cc5b5b2f40787c4cd1116e9 Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 24 Aug 2021 10:17:35 -0400 Subject: [PATCH] preview stats diff on ci - to help check the size of new bundles --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79e9b7d537c..b24f8ba2870 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -243,6 +243,9 @@ jobs: - store_artifacts: path: dist destination: dist + - run: + name: View dist/README.md diff between previous and next releases (including new bundle sizes) + command: git --no-pager diff --color-words tags/$(git describe --tags --abbrev=0) dist/README.md || true - run: name: Preview plot-schema diff between previous and next releases (only on master) command: |