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

Firebase build executor should check that dependent libraries are buildable #21

Closed
simondotm opened this issue May 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@simondotm
Copy link
Owner

In the scenario where a non-buildable node library has been created in the workspace, and it is referenced by a firebase functions application, the builder should check this dependent library is buildable, because if it isn't we will not be able to proceed (since we cannot copy the compiled JS lib to the dist/ folder, since it isn't buildable)

@simondotm simondotm added the enhancement New feature or request label May 25, 2021
@simondotm simondotm self-assigned this May 25, 2021
@simondotm
Copy link
Owner Author

Added in v0.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant