Closed nelsonic closed 8 years ago
e.g: npm run task1 && npm run task2 where task1 needs to finish before task2 starts.
npm run task1 && npm run task2
task1
task2
e.g:
npm run task1 && npm run task2
wheretask1
needs to finish beforetask2
starts.