Skip to content

Commit df8d369

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 ab762c3 commit df8d369

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
@@ -135,5 +135,6 @@
135135
"vitest": "^0.34.0",
136136
"workbox-window": "^7.0.0",
137137
"zx": "^7.2.1"
138-
}
138+
},
139+
"packageManager": "[email protected]"
139140
}

0 commit comments

Comments
 (0)