Skip to content

Commit

Permalink
chore: fix regex for windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 21, 2024
1 parent e8eb910 commit afe4935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check
Cached (Remote) = false
Command = echo building > foo.txt
Outputs = foo.txt
Log File = .turbo/turbo-build.log
Log File = .turbo(\/|\\)turbo-build.log (re)
Dependencies =
Dependents =
Inputs Files Considered = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Check
Cached (Remote) = false
Command = echo building > foo.txt
Outputs =
Log File = .turbo/turbo-build.log
Log File = .turbo(\/|\\)turbo-build.log (re)
Dependencies =
Dependents =
Inputs Files Considered = 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check
Cached (Remote) = false
Command = echo building > foo.txt
Outputs = foo.txt
Log File = .turbo/turbo-build.log
Log File = .turbo(\/|\\)turbo-build.log (re)
Dependencies =
Dependents = test
Inputs Files Considered = 5
Expand All @@ -40,7 +40,7 @@ Check
Cached (Remote) = false
Command = cat foo.txt
Outputs =
Log File = .turbo/turbo-test.log
Log File = .turbo(\/|\\)turbo-test.log (re)
Dependencies = build
Dependents =
Inputs Files Considered = 5
Expand Down

0 comments on commit afe4935

Please sign in to comment.