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

allow missing public folders when validating Hosting config #5082

Merged
merged 1 commit into from Oct 6, 2022

Conversation

bkendall
Copy link
Contributor

@bkendall bkendall commented Oct 6, 2022

Description

When the Hosting config was being parsed, a check was added that enforced that the public directory was present. If a developer had a predeploy hook that would have made it, that hook never run before the presence of that directory was checked, causing failures.

I've removed the check and moved it deeper into the Hosting deploy step.

Fixes #5072

@bkendall bkendall marked this pull request as ready for review October 6, 2022 23:27
@bkendall bkendall requested a review from inlined October 6, 2022 23:27
@bkendall bkendall enabled auto-merge (squash) October 6, 2022 23:33
@bkendall bkendall merged commit 2e50772 into master Oct 6, 2022
@bkendall bkendall deleted the bk-validation branch October 6, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

firebase-tools v11.14.0 does not run predeploy scripts when deploying Hosting from GitHub Actions
2 participants