mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 19:09:03 -05:00
fix: add patches to package files (#8272)
This commit is contained in:
@@ -184,7 +184,8 @@
|
||||
},
|
||||
"files": [
|
||||
"config",
|
||||
"lib"
|
||||
"lib",
|
||||
"patches"
|
||||
],
|
||||
"productName": "Cypress",
|
||||
"workspaces": {
|
||||
|
||||
@@ -73,7 +73,7 @@ const checkZipSize = function (zipPath) {
|
||||
const zipSize = filesize(stats.size, { round: 0 })
|
||||
|
||||
console.log(`zip file size ${zipSize}`)
|
||||
const MAX_ALLOWED_SIZE_MB = os.platform() === 'win32' ? 245 : 190
|
||||
const MAX_ALLOWED_SIZE_MB = os.platform() === 'win32' ? 245 : 195
|
||||
const MAX_ZIP_FILE_SIZE = megaBytes(MAX_ALLOWED_SIZE_MB)
|
||||
|
||||
if (stats.size > MAX_ZIP_FILE_SIZE) {
|
||||
|
||||
Reference in New Issue
Block a user