You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with a package like cli_pkg that defines a bunch of built-in tasks, it would be useful for a downstream application to be able to inject behavior that runs before or after those tasks (for example, "after building an NPM package, add these extra files to it"). Something like a GrinderTask.after() or a global afterTask() function would help a lot.
The text was updated successfully, but these errors were encountered:
When working with a package like
cli_pkg
that defines a bunch of built-in tasks, it would be useful for a downstream application to be able to inject behavior that runs before or after those tasks (for example, "after building an NPM package, add these extra files to it"). Something like aGrinderTask.after()
or a globalafterTask()
function would help a lot.The text was updated successfully, but these errors were encountered: