ci: fix a typo in payload size limit config (#37151)

This commit fixes a small typo in the payload size limit config introduced in 639fab2c14.

PR Close #37151
This commit is contained in:
Andrew Kushnir 2020-05-15 17:31:55 -07:00 committed by Kara Erickson
parent ee1ef8512f
commit 6db8e7eb8f

View File

@ -4,7 +4,7 @@
"uncompressed": {
"runtime-es2015": 1485,
"main-es2015": 142794,
s "polyfills-es2015": 36657
"polyfills-es2015": 36657
}
}
},