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(nx-plugin): allow create-package without e2eProject #27572

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

isaacplmann
Copy link
Collaborator

Current behavior:
nx g create-package create-my-plugin --project my-plugin fails because e2eProject defaults to the root project.

Expected behavior:
nx g create-package create-my-plugin --project my-plugin succeeds.

@isaacplmann isaacplmann requested review from a team as code owners August 21, 2024 19:58
Copy link

vercel bot commented Aug 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Aug 21, 2024 8:33pm

@jaysoo jaysoo merged commit ecbd2cb into master Aug 21, 2024
6 checks passed
@jaysoo jaysoo deleted the plugin/e2e-project-optional branch August 21, 2024 20:49
FrozenPandaz pushed a commit that referenced this pull request Aug 21, 2024
Current behavior:
`nx g create-package create-my-plugin --project my-plugin` fails because
`e2eProject` defaults to the root project.

Expected behavior:
`nx g create-package create-my-plugin --project my-plugin` succeeds.

(cherry picked from commit ecbd2cb)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants