feat: migrate to nx 19.8

This commit is contained in:
thomas
2024-09-23 21:47:33 +02:00
parent 75902af8b5
commit 43960d1806
52 changed files with 3420 additions and 7939 deletions

View File

@@ -100,6 +100,12 @@
"openTargetName": "open-cypress",
"componentTestingTargetName": "component-test"
}
},
{
"plugin": "@nx/jest/plugin",
"options": {
"targetName": "test"
}
}
]
}