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

@@ -23,10 +23,14 @@
"defaultConfiguration": "production"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}