13 lines
273 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eu -o pipefail
2017-06-22 16:47:53 -07:00
readonly thisDir=$(cd $(dirname $0); pwd)
readonly parentDir=$(dirname $thisDir)
# Track payload size functions
source ../scripts/ci/payload-size.sh
trackPayloadSize "aio" "dist/*.js" true true "${thisDir}/_payload-limits.json"