Skip to content

Commit

Permalink
build(bazel): add missing dependency to deploy script
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kormide authored and josephperrott committed Nov 22, 2022
1 parent 7beee3a commit a81d6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aio/scripts/deploy-to-firebase/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEPLOY_TO_FIREBASE_SOURCES = glob(
DEPLOY_TO_FIREBASE_DEPS = [
"@aio_npm//shelljs",
"//aio:build",
"//:package.json",
]

nodejs_binary(
Expand Down

0 comments on commit a81d6d5

Please sign in to comment.