docs: standardize nx commands on the run <project>:<target> form#192
Merged
Conversation
Convert target-run invocations in the gonx docs site and the root CLAUDE.md to the `nx run <project>:<target>` form, matching the nx-cloudflare docs. Non-target commands (nx add/g/migrate/show/graph/affected/format) are left as-is since they cannot take that form.
|
View your CI Pipeline Execution ↗ for commit 9f4d7c2
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 9f4d7c2
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
nx-cloudflare | 9f4d7c2 | Commit Preview URL Branch Preview URL |
Jun 27 2026, 10:44 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gonx-docs | 9f4d7c2 | Commit Preview URL Branch Preview URL |
Jun 27 2026, 10:44 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standardizes how target-run commands are written across the gonx docs site and the root
CLAUDE.md, matching the form already used in the nx-cloudflare docs:nx run <project>:<target>instead ofnx <target> <project>.Non-target commands are intentionally left untouched —
nx add,nx g,nx migrate,nx show project(s),nx graph,nx affected, andnx format:*are not target runs and cannot take thenx runform.Scope:
docs/gonx-docs— quick-start, first-go-project tutorial, migration, and contributing guidesCLAUDE.md— the Commands section and single-test exampleDocs-only; both docs sites build clean and
nx format:checkpasses.