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 a578aaf commit dedf8d0Copy full SHA for dedf8d0
.github/workflows/main.yml
@@ -135,7 +135,7 @@ jobs:
135
const results = [
136
await assertSize('./fixtures/ssg/dist/client', 352),
137
await assertSize('./fixtures/react-router-netlify/build/client', 368),
138
- await assertSize('./fixtures/webstudio-features/build/client', 1036),
+ await assertSize('./fixtures/webstudio-features/build/client', 1052),
139
]
140
for (const result of results) {
141
if (result.passed) {
0 commit comments