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 Dec 21, 2024
1 parent 2433728 commit ccf2b8f
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 2,862 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 ccf2b8f

Please sign in to comment.