build: cleanup build env usage
[poolifier.git] / package.json
index d161c7f62fbcc6d6d5c05239838433ac5b06c788..26c2f8a4dc4bb5e1d6aba163f8063fc53739c77d 100644 (file)
@@ -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",