mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
273 B
Bash
Executable file
12 lines
273 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
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"
|
|
|