You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably not.
This is likely an OS/Node.js limitation -- you can use single quotes on Unix, but not on Windows --, and the CLI framework we use seems to respect that.
Would it be possible to add support for single quotes in addition to escaped double quotes?
"concurrently 'tsc --watch' 'rollup --config --watch'"
vs"concurrently \"tsc --watch\" \"rollup --config --watch\""
The text was updated successfully, but these errors were encountered: