-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nicholaslyang
authored and
nicholaslyang
committed
Oct 3, 2023
1 parent
a19add8
commit becdae5
Showing
8 changed files
with
57 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
turborepo-tests/integration/tests/inference/no_workspaces.t.rej.orig
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ Setup | |
$ . ${TESTDIR}/_helpers/setup_monorepo.sh $(pwd) basic_monorepo "[email protected]" | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"npm" | ||
|
||
Set package manager to yarn in package.json | ||
$ jq '.packageManager = "[email protected]"' package.json > package.json.tmp && mv package.json.tmp package.json | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"yarn" | ||
|
||
Set up .yarnrc.yml | ||
|
@@ -20,7 +20,7 @@ Set package manager to berry in package.json | |
$ jq '.packageManager = "[email protected]"' package.json > package.json.tmp && mv package.json.tmp package.json | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"berry" | ||
|
||
Set package manager to pnpm6 in package.json | ||
|
@@ -31,14 +31,14 @@ Set up pnpm-workspace.yaml | |
$ echo " - apps/*" >> pnpm-workspace.yaml | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"pnpm6" | ||
|
||
Set package manager to pnpm in package.json | ||
$ jq '.packageManager = "[email protected]"' package.json > package.json.tmp && mv package.json.tmp package.json | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"pnpm" | ||
|
||
Clear package manager field in package.json | ||
|
@@ -55,15 +55,15 @@ Create yarn.lock | |
$ touch yarn.lock | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"yarn" | ||
|
||
Use yarn 3.5.1 | ||
$ corepack prepare yarn@3.5.1 --activate | ||
Preparing yarn@3.5.1 for immediate activation... | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"berry" | ||
|
||
Delete yarn.lock | ||
|
@@ -73,7 +73,7 @@ Create pnpm-lock.yaml | |
$ touch pnpm-lock.yaml | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"pnpm" | ||
|
||
Delete pnpm-lock.yaml | ||
|
@@ -83,5 +83,5 @@ Create package-lock.json | |
$ touch package-lock.json | ||
|
||
Run test run | ||
$ ${TURBO} run build --__test-run | jq .package_manager | ||
$ TURBO_LOG_VERBOSITY=off ${TURBO} run build --__test-run | jq .package_manager | ||
"npm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters