mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 239 forks source link

npm-run-all vs ampersand #92

Open Webbrother opened 7 years ago

Webbrother commented 7 years ago

I'm not sure if understand of difference between:

Can anybody explain? What is the difference? Why I should use npm-run-all?

mysticatea commented 7 years ago

Thank you for the question.

At first, npm-run-all script-one script-two and script-one & script-two is pretty different. The npm-run-all script-one script-two is equivalence to npm run script-one && npm run script-two. In short, npm-run-all is a tool to run multiple npm-scripts. In addition;

Documents is here: https://github.com/mysticatea/npm-run-all/blob/master/docs/npm-run-all.md