Skip to content

Commit 652909e

Browse files
committed
chore: apply nx 16.10 migrations
1 parent 4fea37d commit 652909e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"default",
4646
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
4747
"!{projectRoot}/tsconfig.spec.json",
48-
"!{projectRoot}/jest.config.[jt]s"
48+
"!{projectRoot}/jest.config.[jt]s",
49+
"!{projectRoot}/src/test-setup.[jt]s"
4950
]
5051
}
5152
}

tools/workspace-plugin/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"glob": "executors.json",
3333
"output": "."
3434
}
35-
]
35+
],
36+
"updateBuildableProjectDepsInPackageJson": true
3637
}
3738
},
3839
"lint": {

0 commit comments

Comments
 (0)