timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
832 stars 91 forks source link

fix some yarn scripts on windows #302

Closed DinCahill closed 2 years ago

DinCahill commented 2 years ago

These commands need double quotes to run on Windows. Works on Mac and Linux too.

Also removed a --

yarn run v1.22.17 $ yarn prettier -- "*/.{ts,tsx,js,css,json}" warning From Yarn 1.0 onwards, scripts don't require "--" for options to be forwarded. In a future version, any explicit "--" will be forwarded as-is to the scripts.

DinCahill commented 2 years ago

Windows CI failed due to a network problem 😅