Open moltar opened 2 years ago
Refactor turbo config into a class with helper methods https://github.com/moltar/projen-turborepo/blob/38086573fa3e929f721f3a8b47b49fca78c7a04f/src/index.ts#L217
E.g.
project.turbo.addPipeline('build', { dependsOn: ['^build'], outputs, } )
Refactor turbo config into a class with helper methods https://github.com/moltar/projen-turborepo/blob/38086573fa3e929f721f3a8b47b49fca78c7a04f/src/index.ts#L217
E.g.