We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gustavohenke
paescuj
Learn more about funding links in repositories.
Report abuse
1 parent fe5c01c commit f574848Copy full SHA for f574848
README.md
@@ -20,7 +20,7 @@ Like `npm run watch-js & npm run watch-less` but better.
20
21
## Why
22
23
-I like [task automation with npm](http://substack.net/task_automation_with_npm_run)
+I like [task automation with npm](https://github.com/substack/blog/blob/master/npm_run.markdown)
24
but the usual way to run multiple commands concurrently is
25
`npm run watch-js & npm run watch-css`. That's fine but it's hard to keep
26
on track of different outputs. Also if one process fails, others still keep running
0 commit comments