You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: buildcontainer/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Should you wish to see working [examples](#examples) instead of reading
16
16
17
17
## Credits
18
18
19
-
This project is rather cookbook combing various projects into one. Special to [osxcross](https://github.com/tpoechtrager/osxcross) for amazing cross-compile environment for OSX.
19
+
This project is rather cookbook combining various projects into one. Special to [osxcross](https://github.com/tpoechtrager/osxcross) for amazing cross-compile environment for OSX.
Copy file name to clipboardexpand all lines: docs/site/content/repo-docs/guides/migrating-from-nx.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ We encourage incremental migration, meaning you will have both of Nx and Turbore
433
433
434
434
- **Migrating one task at a time**: Changing `nx run lint` to `turbo run lint`
435
435
- **Migrating one package/project at a time**: Changing `nx run-many lint test --projects=web` to `turbo run lint test --filter=web`
436
-
- **Double-running some of your tasks**: To ensure stability, you may choose to run `turbo run lint` **and** `nx run lint` while you're still getting comfortable and builiding certainty in the early phases of your migration.
436
+
- **Double-running some of your tasks**: To ensure stability, you may choose to run `turbo run lint` **and** `nx run lint` while you're still getting comfortable and building certainty in the early phases of your migration.
Copy file name to clipboardexpand all lines: docs/site/content/repo-docs/guides/tools/vitest.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ With this in place, run `turbo test && turbo report` to create a merged coverage
191
191
192
192
### Using Vitest's Workspace feature
193
193
194
-
The Vitest Workspace feature doesn't follow the same model as a [package manager Workspace](/repo/docs/crafting-your-repository/structuring-a-repository). Instead, it uses a root script that then reaches out into each package in the repository to handle the tests in that repsective package.
194
+
The Vitest Workspace feature doesn't follow the same model as a [package manager Workspace](/repo/docs/crafting-your-repository/structuring-a-repository). Instead, it uses a root script that then reaches out into each package in the repository to handle the tests in that respective package.
195
195
196
196
In this model, there aren't package boundaries, from a modern JavaScript ecosystem perspective. This means you can't rely on Turborepo's caching, since Turborepo leans on those package boundaries.
0 commit comments