Skip to content

Commit

Permalink
enable task inference for sage projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Nov 13, 2024
1 parent 72232ac commit 7b6c9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sage-monorepo/nx-plugin/src/plugins/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function writeProjectConfigurationsToCache(
writeJsonFile(cachePath, results);
}

const projectFilePattern = '{apps,libs}/{openchallenges,agora,sandbox}/**/project.json';
const projectFilePattern = '{apps,libs}/{openchallenges,agora,sage,sandbox}/**/project.json';

export const createNodesV2: CreateNodesV2<SageMonorepoPluginOptions> = [
projectFilePattern,
Expand Down

0 comments on commit 7b6c9c3

Please sign in to comment.