From: Jérôme Benoit Date: Mon, 28 Aug 2023 21:30:52 +0000 (+0200) Subject: build: add rollup analyze to each pipelines X-Git-Tag: v2.6.38~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=096c02a729399613c286d4df86f5e8b4aa5e2c99;p=poolifier.git build: add rollup analyze to each pipelines Signed-off-by: Jérôme Benoit --- 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() ] } ]