Skip to content

Commit

Permalink
Reduce limit!
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 5, 2025
1 parent e32a2bd commit 4b84c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
}
const results = [
await assertSize('./fixtures/ssg/dist/client', 352),
await assertSize('./fixtures/react-router-netlify/build/client', 440),
await assertSize('./fixtures/react-router-netlify/build/client', 360),
await assertSize('./fixtures/webstudio-features/build/client', 926),
]
for (const result of results) {
Expand Down

0 comments on commit 4b84c28

Please sign in to comment.