scalameta / mdoc

Typechecked markdown documentation for Scala
https://scalameta.org/mdoc/
Apache License 2.0
394 stars 81 forks source link

Change yarn to yarn.cmd on Windows #803

Closed JD557 closed 11 months ago

JD557 commented 11 months ago

Fix #792

I also checked the recommended way to install yarn (via corepack) and the situation is the same: a yarn file for Unix and a yarn.cmd file for windows (there's also a yarn.ps1 file, but using the cmd seems safer).

I tested locally on my Windows machine and the problem seems to be fixed. I haven't tested this in any Unix machine, however.