Open andywer opened 8 years ago
npm-launch should behave more like npm run when listing tasks:
npm-launch
npm run
(https://twitter.com/addyosmani/status/779773039932125184)
launch
default
Also nice: https://twitter.com/sindresorhus/status/780257903152209920
npm-launch
should behave more likenpm run
when listing tasks:(https://twitter.com/addyosmani/status/779773039932125184)
Changes
launch
without specifying any tasks should print tasks list instead of trying to run adefault
task (sincedefault
as task name is not a standard in the npm world, anyway)