这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/turbo-vsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Every task in your pipeline can be followed to find its references.

Get instant feedback if you write incorrect globs, refer to non-existent packages or tasks, and more.

![A screnshot of a VSCode editor notifying of an invalid glob syntax.](resources/globs.png)
![A screenshot of a VSCode editor notifying of an invalid glob syntax.](resources/globs.png)

#### Contextual codemods

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setup
# The workspace does not have a turbo.json config. This test checks that both regular dependencies
# and Topological dependencies are retained from the root config.

# 1. First run, assert that dependet tasks run `dependsOn`
# 1. First run, assert that dependent tasks run `dependsOn`
$ ${TURBO} run missing-workspace-config-task-with-deps --filter=missing-workspace-config > tmp.log
# Validate in pieces. `omit-key` task has two dependsOn values, and those tasks
# can run in non-deterministic order. So we need to validate the logs in the pieces.
Expand Down
Loading