Skip to content

Commit

Permalink
ci(aio): track sizes of all js files (#21351)
Browse files Browse the repository at this point in the history
PR Close #21351
  • Loading branch information
IgorMinar authored and alexeagle committed Jan 10, 2018
1 parent 7c9ba2d commit a0a73fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/scripts/payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a0a73fe

Please sign in to comment.