Allow to indicate that a task is required in all packages #9804
GermanJablo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-goals
No response
Background
I would like to be able to make some tasks mandatory. I have already forgotten to implement a task in a package.
Proposal
{ "tasks": { "typecheck": { "required": true } } }If a package does not have the typecheck script, turbo would throw an error when trying to run that task
Beta Was this translation helpful? Give feedback.
All reactions