Skip to content

Commit

Permalink
(infra) Fix broken Firebase deploys
Browse files Browse the repository at this point in the history
Firebase Function deploys were previously referencing an older project and lacked usage of the latest paths. This was breaking our ability to deploy to adaptive-loading.web.app. This is now fixed.
  • Loading branch information
addyosmani committed Aug 28, 2019
1 parent f68e274 commit fdeb135
Show file tree
Hide file tree
Showing 13 changed files with 251 additions and 654 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "env-aware-beta"
"default": "adaptive-loading"
}
}
82 changes: 22 additions & 60 deletions cra-battery-considerate-loading/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fdeb135

Please sign in to comment.