Skip to content

Commit

Permalink
fix: size report action
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 2, 2025
1 parent 310e9d5 commit 0384c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if_no_artifact_found: warn

- name: Prepare report
run: npx tsx scripts/size-report.ts > size-report.md
run: npx tsx scripts/report-size.ts > size-report.md

- name: Read Size Report
id: size-report
Expand Down

0 comments on commit 0384c33

Please sign in to comment.