Skip to content

Commit

Permalink
Reduce size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 13, 2024
1 parent e95b209 commit 3a9b5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
}
const results = [
await assertSize('./fixtures/ssg/dist/client', 288),
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 372),
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 1008),
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 376),
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 904),
]
for (const result of results) {
if (result.passed) {
Expand Down

0 comments on commit 3a9b5a3

Please sign in to comment.