Skip to content

Commit

Permalink
docs(core): update nx sync messaging in npm workspaces tutorial (#29188)
Browse files Browse the repository at this point in the history
Update the npm workspaces tutorial to reflect the changes made in
#29149.

Updated doc:
https://nx-dev-git-docs-nx-sync-terminal-output-nrwl.vercel.app/getting-started/tutorials/npm-workspaces-tutorial

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
  • Loading branch information
leosvelperez authored and bcabanes committed Dec 5, 2024
1 parent 10ffc1d commit 394a349
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/shared/tutorials/npm-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,9 @@ Now if you run run the build, Nx will notice that the TypeScript project referen
```text {% command="nx build @tuskdesign/zoo" path="~/tuskydesigns" %}
NX The workspace is out of sync
The @nx/js:typescript-sync sync generator identified 6 files in the workspace that are out of sync:
Based on the workspace project graph, some TypeScript configuration files are missing project references to the projects they depend on or contain outdated project references.
[@nx/js:typescript-sync]: Some TypeScript configuration files are missing project references to the projects they depend on or contain outdated project references.
Please note that having the workspace out of sync will result in an error in CI.
This will result in an error in CI.
? Would you like to sync the identified changes to get your workspace up to date? …
❯ Yes, sync the changes and run the tasks
Expand Down

0 comments on commit 394a349

Please sign in to comment.