Skip to content
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

feat: add exec workspaces #2886

Merged
merged 1 commit into from Mar 22, 2021
Merged

Commits on Mar 22, 2021

  1. feat: add exec workspaces

    Add workspaces support to `npm exec`
      - Refactored logic to read and filter workspaces into
      `lib/workspaces/get-workspaces.js`
      - Added location context message when entering interactive
      shell using `npm exec` (with no args)
      - Add ability to execute a package in the context of each
      configured workspace
    
    Fixes: npm/statusboard#288
    
    PR-URL: npm#2886
    Credit: @ruyadorno
    Close: npm#2886
    Reviewed-by: @wraithgar
    ruyadorno authored and wraithgar committed Mar 22, 2021
    Copy the full SHA
    e1b3b31 View commit details
    Browse the repository at this point in the history