ci(aio): track sizes of all js files (#21351)

PR Close #21351
This commit is contained in:
Igor Minar 2018-01-05 19:49:18 -08:00 committed by Alex Eagle
parent 7c9ba2d6f2
commit a0a73fe030
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ readonly parentDir=$(dirname $thisDir)
# Track payload size functions
source ../scripts/ci/payload-size.sh
trackPayloadSize "aio" "dist/*.bundle.js" true true "${thisDir}/_payload-limits.json"
trackPayloadSize "aio" "dist/*.js" true true "${thisDir}/_payload-limits.json"