
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@jwplayer/npm-run-ws
Advanced tools
Run npm workspace scripts with extra features like serial, parallel, and root project runs.
Table of Contents generated with DocToc
Run npm workspace scripts with extra features like serial, parallel, and root project runs.
After instalation an npm-run-ws binary will be added to our local node modules bin directory for running.
To install run
npm i --save-dev @jwplayer/npm-run-ws
Usage: @jwplayer/npm-run-ws [--if-present|--include-root] <script-name>
Run npm workspace scripts with extra features like serial, parallel, and root project runs.
-v, --version Print the version of @jwplayer/npm-run-ws.
-V, --verbose Print the output of everything after completion.
--stream stream the output to stdout.
-ip, --if-present Only run the npm script if present on the workspace.
-s, --serial Run the npm workspace script serially.
-q, --quiet Do not print anything when commands are being run.
-si, --simple simple command output.
-ir, --include-root Run the script on the root workspace as well.
--include-workspace-root Alias for --include-root used by npm.
-i, --include[=name,name] Run on workspaces that match this. Can pass more than one.
-e, --exclude[=name,name] Run on workspaces that do not match this. Can pass more than one
-d, --directory [dir] Run in this project directory, defaults to cwd.
--ignore-scripts Ignore lifecycle scripts in parity with npm.
--list-workspaces list workspaces, separated by newlines, with relative directory.
--dry-run Show the ui and commands of what would have been run, without running.
FAQs
Run npm workspace scripts with extra features like serial, parallel, and root project runs.
We found that @jwplayer/npm-run-ws demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.