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?