Skip to content

Commit

Permalink
Merge branch 'master' into typescript-project-references-article
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose authored Jan 24, 2025
2 parents 70e8b32 + 15fc599 commit 8824dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/tutorials/typescript-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ import { getRandomItem } from '@tuskdesign/util';
// ...
```

Now if you run run the build, Nx will notice that the TypeScript project references need to be updated and ask your permission to update them.
Now if you run the build, Nx will notice that the TypeScript project references need to be updated and ask your permission to update them.

```text {% command="nx build @tuskdesign/zoo" path="~/tuskydesigns" %}
NX The workspace is out of sync
Expand Down

0 comments on commit 8824dc1

Please sign in to comment.