benoror / better-npm-run

🏃‍♂️ Better NPM scripts runner
MIT License
639 stars 56 forks source link

Run multiple commands? #44

Closed AndrewRayCode closed 8 years ago

AndrewRayCode commented 8 years ago

This crashes:

"dev-with-rebuild": "better-npm-run build-dlls && better-npm-run dev",

How can I run/chain multiple npm scripts?

benoror commented 8 years ago

I just tried it and works fine, let me know and feel free to re-open if you still have issues