fix yarn workaround for Windows

This commit is contained in:
kpoxo6op 2024-05-11 20:33:04 +12:00
parent ffb793ea9a
commit 0e64058845

View File

@ -174,7 +174,7 @@ yarn
Please note, that if you are using Windows, you may need to run:
```bash
set PWD="$(pwd)"
$env:PWD = $(Get-Location).Path
```
## Development