We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d37631 commit f88983cCopy full SHA for f88983c
.github/workflows/main.yml
@@ -134,8 +134,8 @@ jobs:
134
}
135
const results = [
136
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),
+ await assertSize('./fixtures/react-router-netlify/build/client', 376),
+ await assertSize('./fixtures/webstudio-features/build/client', 1056),
139
]
140
for (const result of results) {
141
if (result.passed) {
0 commit comments