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
This is a thing that I find kind of frustrating about npm; npm run --workspaces <script> expects script to exist in all workspaces, and if it does not, it will fail. lerna's default behavior, OTOH, will ignore any workspace without the script.
There are tradeoffs here, certainly, but it'd be nice to have the option to mimic lerna's behavior.
The text was updated successfully, but these errors were encountered:
This is a thing that I find kind of frustrating about
npm
;npm run --workspaces <script>
expectsscript
to exist in all workspaces, and if it does not, it will fail.lerna
's default behavior, OTOH, will ignore any workspace without the script.There are tradeoffs here, certainly, but it'd be nice to have the option to mimic
lerna
's behavior.The text was updated successfully, but these errors were encountered: