-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Describe the feature you'd like to request
Hi, thank you for the great lib! But I wonder how about this?
turbo.config.js
or turbo.config.ts
module.export = {
baseBranch: 'origin/main',
pipeline: {
build: {
dependsOn: ['^build'],
outputs: ['.next/**'],
},
test: {
dependsOn: ['^build'],
outputs: [],
},
lint: {
outputs: [],
},
dev: {
cache: false,
},
},
};
Describe the solution you'd like
I don't know GO but in JS, we have one package to load the config file is joycon
Describe alternatives you've considered
I think this is a very useful feature, it can reduce a lot of clutter inside the package.json scripts field!
noghartt, gloomygentleman and adambiggs
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on