Skip to content

Simplify root package.json scripts to use globs #4

Open
@MarkAPhillips

Description

@MarkAPhillips

The following scripts can be simplified from

"start:www": "lerna run start --scope=\"@web/shared\" --scope=\"@web/utils\" --scope=\"@web/www\" --parallel"

to

"start:www": "lerna run start --scope=@web/{shared,utils,www} --parallel"

One question in relation to this as they run all packages in scope are they required?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions