这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Is there some environment variable?

There isn't - but this sounds like it would be quite useful. If you want to write an RFC (or convert this Discussion to one), I think there's a good chance it would get a good discussion.

The way that I would probably do this today would be installing global turbo into your CI machine and then writing your desired turbo command there. So, for example:

// package.json
{
  "scripts": {
    "quality": "turbo lint --output-logs=new-only"
  }
}
// Your CI file, something like .github/workflows/quality.yml
...
 run: turbo lint
 ...

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BrianHicks
Comment options

@BrianHicks
Comment options

Answer selected by BrianHicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants