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 ea40d76 commit bc2029c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
}
}
const results = [
await assertSize('./fixtures/ssg/dist/client', 308),
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 396),
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 1012),
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),
]
for (const result of results) {
if (result.passed) {
Expand Down

0 comments on commit bc2029c

Please sign in to comment.