X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=26c2f8a4dc4bb5e1d6aba163f8063fc53739c77d;hb=9dc351aa044ddec0ae64c258ea76c6474bee0346;hp=d161c7f62fbcc6d6d5c05239838433ac5b06c788;hpb=7dd1468b82480d2c85f7716e858cd09caa9e663e;p=poolifier.git diff --git a/package.json b/package.json index d161c7f6..26c2f8a4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.js", "build": "rollup --config --environment BUILD:development", - "build:typedoc": "rollup --config --environment BUILD:development --environment DOCUMENTATION", + "build:analyze": "rollup --config --environment ANALYZE,BUILD:development", + "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development", "build:prod": "rollup --config", "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.js", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.js",