Skip to content

Commit fd6db9e

Browse files
committed
chore: fix strange corepack message
Fix corepack claiming strange thing : UsageError: This project is configured to use yarn because /home/runner/work/it-tools/it-tools/package.json has a "packageManager" field
1 parent b4f4199 commit fd6db9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@
139139
"vitest": "^0.34.0",
140140
"workbox-window": "^7.0.0",
141141
"zx": "^7.2.1"
142-
}
142+
},
143+
"packageManager": "[email protected]"
143144
}

0 commit comments

Comments
 (0)