nelsonic / practice

Practice makes ...
11 stars 4 forks source link

use npm to run two sequential tasks #4

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

e.g: npm run task1 && npm run task2 where task1 needs to finish before task2 starts.