Merge pull request #916 from kpoxo6op/main

Fix yarn workaround for Windows
This commit is contained in:
Timothy 2024-06-02 21:10:10 +08:00 committed by GitHub
commit da933e1bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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