reporter2

This commit is contained in:
creations 2025-06-04 10:49:51 -04:00
parent 24647ec012
commit 7e0ff9b0da
No known key found for this signature in database
GPG key ID: 8F553AA4320FC711

View file

@ -56,7 +56,7 @@ jobs:
export PATH="$PWD/node_modules/.bin:$PATH"
export CHROMIUM_BIN=${{ steps.setup-chrome.outputs.chrome-path }}
bun build scripts/generateReport.ts --outfile dist/report.mjs
bun build scripts/generateReport.ts --outfile dist/report.mjs --target bun
stable_output_file=$(mktemp)
canary_output_file=$(mktemp)