mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ci: remove aio payload checks for deprecated site (#56000)
Remove payload checks for aio now that its deprecated. PR Close #56000
This commit is contained in:
@@ -7,10 +7,6 @@ readonly parentDir=$(dirname $thisDir)
|
||||
readonly target=${1:-aio}
|
||||
readonly PROJECT_ROOT=$(realpath "$(dirname ${thisDir})/..")
|
||||
|
||||
# Track payload size functions
|
||||
source ../scripts/ci/payload-size.sh
|
||||
|
||||
# Provide node_modules from aio
|
||||
NODE_MODULES_BIN=$PROJECT_ROOT/aio/node_modules/.bin/
|
||||
|
||||
trackPayloadSize "$target" "../dist/bin/aio/build/*.css ../dist/bin/aio/build/*.js" true "$PROJECT_ROOT/goldens/size-tracking/aio-payloads.json"
|
||||
echo "Payload checks are disabled now as we no longe publish to this branch"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user