Skip to content

Commit d06a2e5

Browse files
author
ap
committed
changed max file size for demonstration
1 parent ac29407 commit d06a2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkImages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
88
const { underline, grey, red } = kleur
99

1010
// 1MiB
11-
const MAX_IMAGE_SIZE = 1024 ** 2
11+
const MAX_IMAGE_SIZE = 1024 ** 8
1212
const humanMaxSize = byteSize(MAX_IMAGE_SIZE, { toStringFn })
1313

1414
const isActions = !!process.env.GITHUB_ACTIONS

0 commit comments

Comments
 (0)