build: remove size check for runtime.global files
This commit is contained in:
parent
42278317e1
commit
2c9374dd91
@ -147,7 +147,6 @@ function checkAllSizes(targets) {
|
||||
function checkSize(target) {
|
||||
const pkgDir = path.resolve(`packages/${target}`)
|
||||
checkFileSize(`${pkgDir}/dist/${target}.global.prod.js`)
|
||||
checkFileSize(`${pkgDir}/dist/${target}.runtime.global.prod.js`)
|
||||
}
|
||||
|
||||
function checkFileSize(filePath) {
|
||||
|
Loading…
Reference in New Issue
Block a user