如何从 Cakefile 中的任务调用另一个任务?
我试过tasks[taskName].action options
但没有工作,因为tasks
在我的 Cakefile 范围内没有绑定:
/home/omer/___/Cakefile:52
return console.log(tasks);
^
ReferenceError: tasks is not defined
...
有任何想法吗 ?
如何从 Cakefile 中的任务调用另一个任务?
我试过tasks[taskName].action options
但没有工作,因为tasks
在我的 Cakefile 范围内没有绑定:
/home/omer/___/Cakefile:52
return console.log(tasks);
^
ReferenceError: tasks is not defined
...
有任何想法吗 ?