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

docs(core): fix syntax to specify configuration flag #29223

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

thdk
Copy link
Contributor

@thdk thdk commented Dec 5, 2024

nx build app --development

should be

nx build app --configuration development

@thdk thdk requested a review from a team as a code owner December 5, 2024 19:03
@thdk thdk requested a review from isaacplmann December 5, 2024 19:03
Copy link

vercel bot commented Dec 5, 2024

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

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Dec 13, 2024 4:44pm

Copy link

nx-cloud bot commented Dec 5, 2024

Your CI Pipeline Execution ↗ for commit 9872504 ⏳ is in progress.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 2m, 53s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 53s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 0s View ↗
nx-cloud record -- nx format:check --base=012d4... ✅ Succeeded 17s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 17s View ↗
nx documentation --no-dte ✅ Succeeded 39s View ↗

Last updated at 2024-12-13 18:20:21UTC

Sent with 💌 from NxCloud.

@isaacplmann isaacplmann enabled auto-merge (squash) December 13, 2024 16:34
@isaacplmann isaacplmann merged commit 313f6a9 into nrwl:master Dec 13, 2024
6 checks passed
bcabanes pushed a commit that referenced this pull request Dec 13, 2024
```sh
nx build app --development
```

should be

```sh
nx build app --configuration development
```

Co-authored-by: Isaac Mann <[email protected]>
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.

2 participants