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
For me you don't even need an additional file, I'm just getting a no matches lint:* found error, unless I use your \\* modifier. This seems to only happen with yarn2. Running in yarn1, it works as expected.
If you have a script block like
And a file beside the package.json called
lint:d
, then runningnpm lint
will throw:This can be worked around by using
"lint": "run-p lint:\\*"
, but I don't think that should be necessaryThe text was updated successfully, but these errors were encountered: