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
Running dum won't forward flags to npm run, it's a standalone npm run implementation which currently doesn't support the -w flag. Flags behind the script name will be forwarded to your script instead.
one of the commands I tried to run with dum:
didn't work
But just
npm run
does work.PS: I use npm 7.14+ workspaces
The text was updated successfully, but these errors were encountered: