build: cleanup build env usage
[poolifier.git] / package.json
index bb1585dc2960f0dc059c0ac29f5b216a9eff55d2..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",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-command": "^1.1.3",
     "rollup-plugin-delete": "^2.0.0",
-    "sinon": "^15.0.4",
+    "sinon": "^15.1.0",
     "source-map-support": "^0.5.21",
     "ts-standard": "^12.0.2",
     "typedoc": "^0.24.7",