Skip to content

Commit

Permalink
ci(aio): track sizes of all js files
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jan 6, 2018
1 parent 22e3a09 commit e6ec8e8
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 e6ec8e8

Please sign in to comment.