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 1
1
import process from 'process'
2
2
3
- import { yellowBright , redBright } from 'chalk'
3
+ import { yellowBright , blueBright } from 'chalk'
4
4
import { stripIndent } from 'common-tags'
5
5
import { existsSync , promises } from 'fs-extra'
6
6
import { async as StreamZip } from 'node-stream-zip'
@@ -39,7 +39,8 @@ export const checkZipSize = async (
39
39
) } , which is larger than the recommended maximum size of ${ prettyBytes (
40
40
warningSize ,
41
41
) } . This will fail the build if the unzipped size is bigger than the maximum size of ${ prettyBytes (
42
- maxSize .
42
+ maxSize ,
43
+ ) }
43
44
There are a few reasons this could happen, such as accidentally bundling a large dependency or adding lots of files to "included_files".
44
45
` ) ,
45
46
)
You can’t perform that action at this time.
0 commit comments