Skip to content

Commit f028815

Browse files
committed
tests: set yarn classic examples as corepack compatible
1 parent 9675ed2 commit f028815

File tree

8 files changed

+442594
-2
lines changed

8 files changed

+442594
-2
lines changed

examples/install-command/.yarn/releases/yarn-classic.cjs

+147,529
Large diffs are not rendered by default.

examples/install-command/.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-classic.cjs

examples/install-command/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"dependencies": {
1313
"arg": "5.0.0",
1414
"debug": "4.3.4"
15-
}
15+
},
16+
"packageManager": "[email protected]"
1617
}

0 commit comments

Comments
 (0)