File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import process from 'process'
22
3- import { yellowBright , redBright } from 'chalk'
3+ import { yellowBright , blueBright } from 'chalk'
44import { stripIndent } from 'common-tags'
55import { existsSync , promises } from 'fs-extra'
66import { async as StreamZip } from 'node-stream-zip'
@@ -39,7 +39,8 @@ export const checkZipSize = async (
3939 ) } , which is larger than the recommended maximum size of ${ prettyBytes (
4040 warningSize ,
4141 ) } . This will fail the build if the unzipped size is bigger than the maximum size of ${ prettyBytes (
42- maxSize .
42+ maxSize ,
43+ ) }
4344 There are a few reasons this could happen, such as accidentally bundling a large dependency or adding lots of files to "included_files".
4445 ` ) ,
4546 )
You can’t perform that action at this time.
0 commit comments