Skip to content

Commit f88983c

Browse files
committed
Bump limits
1 parent 2d37631 commit f88983c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
}
135135
const results = [
136136
await assertSize('./fixtures/ssg/dist/client', 356),
137-
await assertSize('./fixtures/react-router-netlify/build/client', 368),
138-
await assertSize('./fixtures/webstudio-features/build/client', 1052),
137+
await assertSize('./fixtures/react-router-netlify/build/client', 376),
138+
await assertSize('./fixtures/webstudio-features/build/client', 1056),
139139
]
140140
for (const result of results) {
141141
if (result.passed) {

0 commit comments

Comments
 (0)