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

refactor: Simplify init generator & cleanup unit & e2e tests #197

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

simondotm
Copy link
Owner

@simondotm simondotm commented Mar 29, 2024

Init generator now simplified. No options required, and just does what it needs to do:

  • Add firebase packages if needed
  • Add nx/node plugin if needed

unit & e2e tests updated to no longer concern themselves with testing if @nx/node dependencies are added - the tests either pass, or fail if nx did something unexpected with dependencies (which happens in some Nx releases). All of that is out of scope for the plugin.

@simondotm simondotm merged commit 5130956 into main Mar 29, 2024
10 checks passed
@simondotm simondotm deleted the refactor/cleanup-dependencies branch March 29, 2024 01:14
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.

1 participant