build: fix aio size tracking, we need to use node_modules local to aio (#23328)

This fixes an issue introduced by 4f0cae0676 which removed firebase from the root node_modules.

PR Close #23328
This commit is contained in:
Igor Minar
2018-04-11 16:01:53 -07:00
parent 37d2cb4553
commit 7e8cee6b61
2 changed files with 5 additions and 1 deletions

View File

@ -8,5 +8,8 @@ readonly parentDir=$(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 "aio" "dist/*.js" true true "${thisDir}/_payload-limits.json"