Skip to content

Commit

Permalink
Upgrade to NX 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPshul committed Nov 5, 2024
1 parent c8b1cf8 commit a24885f
Show file tree
Hide file tree
Showing 10 changed files with 114 additions and 291 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(),
});
8 changes: 0 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "nxazure",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
Expand Down
Loading

0 comments on commit a24885f

Please sign in to comment.