Skip to content

Commit dbfe511

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 e32d38c commit dbfe511

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
@@ -137,5 +137,6 @@
137137
"vitest": "^0.34.0",
138138
"workbox-window": "^7.0.0",
139139
"zx": "^7.2.1"
140-
}
140+
},
141+
"packageManager": "[email protected]"
141142
}

0 commit comments

Comments
 (0)