From a81d6d5da01b05ce19b75251cb9226bf642d2453 Mon Sep 17 00:00:00 2001 From: Derek Cormier Date: Thu, 3 Nov 2022 10:18:28 -0700 Subject: [PATCH] build(bazel): add missing dependency to deploy script Cannot load the root package.json. Surfaced after trying to merge aio-bazel-migration to main because the deployment short circuits on ci for feature branhces. --- aio/scripts/deploy-to-firebase/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/scripts/deploy-to-firebase/BUILD.bazel b/aio/scripts/deploy-to-firebase/BUILD.bazel index 452a12001290be..2b799d057b3d5e 100644 --- a/aio/scripts/deploy-to-firebase/BUILD.bazel +++ b/aio/scripts/deploy-to-firebase/BUILD.bazel @@ -10,6 +10,7 @@ DEPLOY_TO_FIREBASE_SOURCES = glob( DEPLOY_TO_FIREBASE_DEPS = [ "@aio_npm//shelljs", "//aio:build", + "//:package.json", ] nodejs_binary(