From 096c02a729399613c286d4df86f5e8b4aa5e2c99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 28 Aug 2023 23:30:52 +0200 Subject: [PATCH] build: add rollup analyze to each pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- rollup.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rollup.config.mjs b/rollup.config.mjs index fd0452ec..b1386fbd 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -96,7 +96,8 @@ export default [ del({ targets: ['lib/dts'], hook: 'buildEnd' - }) + }), + isAnalyzeBuild && analyze() ] } ] -- 2.34.1