webdriverio / webdriverio-schematics

Add WebdriverIO to an Angular CLI project
https://webdriver.io
MIT License
18 stars 8 forks source link

chore(deps): Replace unmaintained npm-run-all with npm-run-all2 #454

Open seanpoulter opened 5 months ago

seanpoulter commented 5 months ago

Proposed Changes

This PR builds on https://github.com/webdriverio/webdriverio/pull/12628:

I noticed that this project is using npm-run-all still and not the maintained fork npm-run-all2. Here's a PR that fixes that.