-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for --workspaces
to run on all npm workspaces
#60
Comments
Makes sense now that npm supports workspaces. |
When The latter would be more a 1:1 between |
Probably do what ever is simplest to implement and maintain. |
I'm going to give it a stab now |
If you do take a stab at this, feel free to refactor ancient promise callbacks to async await etc. Whatever cleans it up. |
Created a helper for reading all packages from a workspace, with similar filtering as npm itself has: https://github.com/voxpelli/read-workspaces Started using it in |
I'm thinking it would be neat to be able to do:
run-p --workspaces check:*
Related issues:
--workspaces
and maybe--workspace
flag to run in a npm workspace monorepo voxpelli/node-installed-check#31--workspaces
and maybe--workspace
flag to run in a npm workspace monorepo dependency-check-team/dependency-check#188Interesting modules:
The text was updated successfully, but these errors were encountered: