Skip to content

Commit

Permalink
oops, dev and prod were backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 10, 2025
1 parent 7126552 commit d5ef30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: pnpm turbo build
- run: sudo snap install dust
- name: "Get sizes for development outputs"
id: prod
id: dev
run: |
cd packages/\@glimmer
dust --ignore_hidden \
Expand All @@ -41,7 +41,7 @@ jobs:
cat out.txt
- name: "Get sizes for production outputs"
id: dev
id: prod
run: |
cd packages/\@glimmer
dust --ignore_hidden \
Expand Down

0 comments on commit d5ef30d

Please sign in to comment.