Skip to content

Commit dedf8d0

Browse files
committed
main
1 parent a578aaf commit dedf8d0

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
@@ -135,7 +135,7 @@ jobs:
135135
const results = [
136136
await assertSize('./fixtures/ssg/dist/client', 352),
137137
await assertSize('./fixtures/react-router-netlify/build/client', 368),
138-
await assertSize('./fixtures/webstudio-features/build/client', 1036),
138+
await assertSize('./fixtures/webstudio-features/build/client', 1052),
139139
]
140140
for (const result of results) {
141141
if (result.passed) {

0 commit comments

Comments
 (0)