X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=81f7ce440a51f9c474921b3f8069a916c3834e4f;hb=fe291b645cd1367da243a75fb5a720ea701899fe;hp=cfe575f596c62e647ec86dcf2f7181d9171a2044;hpb=53a2a0ef87492d95a048f6cdb55f3d299ac1ffea;p=poolifier.git diff --git a/package.json b/package.json index cfe575f5..81f7ce44 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "preinstall": "npx --yes only-allow pnpm", "prepare": "node prepare.js", "build": "rollup --config --environment BUILD:development", - "build:analyze": "rollup --config --environment ANALYZE,BUILD:development", - "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development", "build:prod": "rollup --config", + "build:typedoc": "rollup --config --environment DOCUMENTATION,BUILD:development", + "build:analyze": "rollup --config --environment ANALYZE,BUILD:development", "benchmark": "pnpm build && node --max-old-space-size=4096 -r source-map-support/register benchmarks/internal/bench.mjs", - "benchmark:debug": "pnpm build && node --max-old-space-size=4096 -r source-map-support/register --inspect benchmarks/internal/bench.mjs", "benchmark:prod": "pnpm build:prod && node --max-old-space-size=4096 benchmarks/internal/bench.mjs", + "benchmark:debug": "pnpm build && node --max-old-space-size=4096 -r source-map-support/register --inspect benchmarks/internal/bench.mjs", "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.mjs'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.mjs'", "coverage": "c8 report --reporter=lcov",