Skip to content

Commit

Permalink
feat: 9
Browse files Browse the repository at this point in the history
  • Loading branch information
lgz5689 committed Jun 7, 2024
1 parent 9ec3fdd commit efe0e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
id: calculate-size
run: |
echo "$(pwd)/dist"
PREVIOUS_SIZE=$(pnpm tsx scripts/size-report.ts $DIST_PATH)
echo "PREVIOUS_SIZE=$PREVIOUS_SIZE" >> $GITHUB_ENV
CURRENT_SIZE=$(pnpm tsx scripts/size-report.ts)
echo "CURRENT_SIZE=$CURRENT_SIZE" >> $GITHUB_ENV
Expand Down

0 comments on commit efe0e35

Please sign in to comment.