mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
31 lines
726 B
JSON
31 lines
726 B
JSON
{
|
|
"name": "checkout-feature-reward-shopping-cart",
|
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/checkout/feature/reward-shopping-cart/src",
|
|
"prefix": "checkout",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/vite:test",
|
|
"outputs": [
|
|
"{options.reportsDirectory}"
|
|
],
|
|
"options": {
|
|
"reportsDirectory": "../../../../coverage/libs/checkout/feature/reward-shopping-cart"
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"mode": "run",
|
|
"coverage": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint"
|
|
}
|
|
}
|
|
}
|