Skip to content

fix(misc): set hidden: true for all init generators#29833

Merged
FrozenPandaz merged 1 commit intomasterfrom
fix/hide-init
Feb 3, 2025
Merged

fix(misc): set hidden: true for all init generators#29833
FrozenPandaz merged 1 commit intomasterfrom
fix/hide-init

Conversation

@jaysoo
Copy link
Copy Markdown
Member

@jaysoo jaysoo commented Jan 31, 2025

This PR ensures that our init generators are hidden, such that they don't appear in Nx Console when running generators, for example.

The init generator is meant to be used when running other generators, like app or lib, and should not be run directly.

Current Behavior

Init is not hidden

Expected Behavior

Init is hidden

Related Issue(s)

Fixes #

@jaysoo jaysoo requested review from a team, FrozenPandaz and xiongemi as code owners January 31, 2025 19:23
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 31, 2025

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

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jan 31, 2025 7:41pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Jan 31, 2025

View your CI Pipeline Execution ↗ for commit 07f042b.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 28m 48s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 17s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base= --he... ✅ Succeeded 6s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 5s View ↗
nx documentation ✅ Succeeded 1m 39s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-31 20:07:46 UTC

@FrozenPandaz FrozenPandaz merged commit 77ad299 into master Feb 3, 2025
@FrozenPandaz FrozenPandaz deleted the fix/hide-init branch February 3, 2025 15:40
FrozenPandaz pushed a commit that referenced this pull request Feb 6, 2025
This PR ensures that our init generators are hidden, such that they
don't appear in Nx Console when running generators, for example.

The init generator is meant to be used when running other generators,
like app or lib, and should not be run directly.

## Current Behavior
Init is not hidden

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
Init is hidden
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit 77ad299)
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2025

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 Feb 9, 2025
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.

3 participants