Lerna-Lite Run command will help to run npm script in each package workspace that contains that script
npm install @lerna-lite/run


lerna run) - Run command [optional] 🏃Optional package extracted from Lerna run command that will give us the ability to run npm script in each package of the workspace that contains that script.
This package was added mainly because NPM Workspaces don't yet support running NPM scripts in parallel and in topological order (they do have this RFC, so perhaps someday this package would become irrelevant :)).
---
``sh
npm install @lerna-lite/run -D