Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix predeploy hooks not running for framework deploy with predeploy hook #5199

Closed

Conversation

freakness
Copy link
Contributor

Description

Fixes: #5159

Scenarios Tested

This fixes deploying a next.js (or other framework) using predeploy hooks in firebase.json.

@google-cla
Copy link

google-cla bot commented Nov 1, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2022

Codecov Report

Base: 56.27% // Head: 56.27% // No change to project coverage 👍

Coverage data is based on head (5d6de1f) compared to base (e984a6c).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5199   +/-   ##
=======================================
  Coverage   56.27%   56.27%           
=======================================
  Files         309      309           
  Lines       20820    20820           
  Branches     4224     4225    +1     
=======================================
  Hits        11716    11716           
  Misses       8092     8092           
  Partials     1012     1012           
Impacted Files Coverage Δ
src/deploy/lifecycleHooks.ts 12.12% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jamesdaniels jamesdaniels self-assigned this Dec 1, 2022
@freakness freakness changed the title Fix predeploy hooks not running for framwork deploy with predeploy hook Fix predeploy hooks not running for framework deploy with predeploy hook Dec 1, 2022
@TheIronDev
Copy link
Contributor

LGTM.

Unrelated to this PR, lifecycleHooks.ts needs tests.

@jamesdaniels
Copy link
Member

Merged in #5288, thanks for the fix @freakness

@freakness freakness deleted the fix/next-js-predeploy-hooks branch December 2, 2022 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy next.js webframework with predeploy hook fails
4 participants