Skip to content

Commit 830dbcb

Browse files
committed
Raised CSS size budget
1 parent 7729c43 commit 830dbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/unit-test/verify-artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ console.log(ROOT);
88
const BUILD = join(ROOT, 'build');
99
const APPLE_BUILD = join(ROOT, 'Sources/ContentScopeScripts/dist');
1010
console.log(APPLE_BUILD);
11-
let CSS_OUTPUT_SIZE = 770_000;
11+
let CSS_OUTPUT_SIZE = 780_000;
1212
if (process.platform === 'win32') {
1313
CSS_OUTPUT_SIZE = CSS_OUTPUT_SIZE * 1.1; // 10% larger for Windows due to line endings
1414
}

0 commit comments

Comments
 (0)