Skip to content

Commit

Permalink
chore: update nx to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
tsang-bot[bot] authored Jan 18, 2025
1 parent bdcffbf commit 7f72c78
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 2,930 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest'
import { getJestProjectsAsync } from '@nx/jest'

export default {
projects: getJestProjects(),
}
export default async () => ({
projects: await getJestProjectsAsync(),
});
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
]
},
"useInferencePlugins": false,
"defaultBase": "develop"
"defaultBase": "develop",
"useLegacyCache": true
}
Loading

0 comments on commit 7f72c78

Please sign in to comment.