Skip to content

Commit

Permalink
do not merge: some debug dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 28, 2024
1 parent 4a36547 commit e5e0091
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion turborepo-tests/integration/tests/package-manager.t
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ Clear package manager field in package.json

Delete package-lock.json
$ rm package-lock.json

Use yarn 1.22.19
$ corepack prepare yarn@1.22.19 --activate
Preparing yarn@1.22.19 for immediate activation...

$ echo $PATH

$ which -a yarn

$ which -a npm

Create yarn.lock
$ touch yarn.lock
Expand Down

0 comments on commit e5e0091

Please sign in to comment.