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

Simplify root package.json scripts to use globs #4

Open
MarkAPhillips opened this issue Aug 19, 2020 · 1 comment
Open

Simplify root package.json scripts to use globs #4

MarkAPhillips opened this issue Aug 19, 2020 · 1 comment

Comments

@MarkAPhillips
Copy link

MarkAPhillips commented Aug 19, 2020

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?

@plh97
Copy link

plh97 commented Jan 4, 2023

thanks, I learn a new thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants