Skip to content

Commit 8c5b1c8

Browse files
committed
Update size
1 parent b9267e8 commit 8c5b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
const results = [
8686
await assertSize('./fixtures/ssg/dist/client', 288),
8787
await assertSize('./fixtures/webstudio-remix-netlify-functions/build/client', 376),
88-
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 904),
88+
await assertSize('./fixtures/webstudio-remix-vercel/build/client', 908),
8989
]
9090
for (const result of results) {
9191
if (result.passed) {

0 commit comments

Comments
 (0)