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 b9267e8 commit 8c5b1c8Copy full SHA for 8c5b1c8
.github/workflows/main.yml
@@ -85,7 +85,7 @@ jobs:
85
const results = [
86
await assertSize('./fixtures/ssg/dist/client', 288),
87
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 376),
88
- await assertSize('./fixtures/webstudio-remix-vercel/build/client', 904),
+ await assertSize('./fixtures/webstudio-remix-vercel/build/client', 908),
89
]
90
for (const result of results) {
91
if (result.passed) {
0 commit comments