Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: add run-script workspaces #2864

Merged
merged 1 commit into from
Mar 18, 2021

Commits on Mar 18, 2021

  1. feat: add run-script workspaces

    - Add workspaces-related configs:
      - workspace: list of workspaces names/dir to filter for
      - workspaces: boolean value to enable/disable workspaces awareness
      - adds the proposed note in the docs of each of the commands
        that are not affected by these configs.
    - Add workspaces support to `npm run-script`
      - add ability to serially run lifecycle scripts in workspaces
      - add ability to list scripts for all workspaces
      - add colors to `npm run` (no args) output
    
    Relates to: npm/rfcs#117
    Fixes: npm/statusboard#276
    Fixes: npm/statusboard#283
    Fixes: npm/statusboard#284
    Fixes: npm/statusboard#285
    Fixes: npm/statusboard#286
    
    PR-URL: npm#2864
    Credit: @ruyadorno
    Close: npm#2864
    Reviewed-by: @wraithgar
    ruyadorno committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    335cbc3 View commit details
    Browse the repository at this point in the history