I have a project that I recently migrated to yarn4. As you probably know, the differences between yarn1 and yarn2-3-4 are significant... so I was not surprised when the syntax "concurrently yarn:something:*" failed with concurrently. It says not matches found.
However, it works with the "non-wildcard" syntax:
Am I correct? Does it really fail? Any chance it will fixed?
Hello,
I have a project that I recently migrated to yarn4. As you probably know, the differences between yarn1 and yarn2-3-4 are significant... so I was not surprised when the syntax "concurrently yarn:something:*" failed with concurrently. It says not matches found.
However, it works with the "non-wildcard" syntax:
Am I correct? Does it really fail? Any chance it will fixed?