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

feat(nextjs): use global NX_GRAPH_CREATION in withNx plugin to guard against graph creation during create nodes #22026

Merged
merged 1 commit into from Feb 27, 2024

Conversation

jaysoo
Copy link
Member

@jaysoo jaysoo commented Feb 27, 2024

The Next.js withNx plugin should be checking global.NX_GRAPH_CREATION to check if it is invoked during graph creation.

Also removes the readCachedProjectGraph call and just use createProjectGraphAsync since the former would throw if cached graph doesn't exist anyway.

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

@jaysoo jaysoo requested a review from a team as a code owner February 27, 2024 18:54
Copy link

vercel bot commented Feb 27, 2024

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Feb 27, 2024 6:55pm

@jaysoo jaysoo force-pushed the feat_next_use_global_graph_flag branch from cdc3a66 to 81fb8b7 Compare February 27, 2024 18:54
@AgentEnder AgentEnder merged commit 207b492 into master Feb 27, 2024
6 checks passed
@AgentEnder AgentEnder deleted the feat_next_use_global_graph_flag branch February 27, 2024 19:57
isaacplmann pushed a commit to isaacplmann/nx that referenced this pull request Feb 27, 2024
Copy link

github-actions bot commented Mar 4, 2024

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 Mar 4, 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.

None yet

3 participants