Skip to content

Commit

Permalink
Maybe fix windows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Soltis authored and Greg Soltis committed May 13, 2024
1 parent 87e0e2d commit 7176f35
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -12,7 +12,9 @@ Update lockfile
Now build and verify that only the new package is in scope
Note that we need --skip-infer because we've now installed a local
turbo in this repo
$ ${TURBO} --skip-infer build -F '[HEAD]' -F '!//' --dry=json | jq '.packages'
Note that we need to disable path conversion because on windows, git bash considers
'//' to be an escape sequence translating to '/'.
$ MSYS_NO_PATHCONV=1 ${TURBO} --skip-infer build -F '[HEAD]' -F '!//' --dry=json | jq '.packages'
[
"c"
]
Expand Down

0 comments on commit 7176f35

Please sign in to comment.