The current implementation does not support passing arguments like so: ``` $ run-s start:server "delay 3000" start:client $ npm run start:server && npm run delay 3000 && npm run start:client ``` This example is from the docs: https://github.com/mysticatea/npm-run-all/blob/master/docs/run-s.md#run-with-arguments
The current implementation does not support passing arguments like so:
This example is from the docs: https://github.com/mysticatea/npm-run-all/blob/master/docs/run-s.md#run-with-arguments