Files
ISA-Frontend/libs/ui/notice/project.json
Nino Righi 41630d5d7c Merged PR 2055: feature(ui-label, ahf, warenausgabe, customer-orders): Added and Updated Labe...
feature(ui-label, ahf, warenausgabe, customer-orders): Added and Updated Label Library and Label to the Views, Updated Positioning

Ref: #5479
2025-11-28 12:37:11 +00:00

21 lines
505 B
JSON

{
"name": "ui-notice",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/ui/notice/src",
"prefix": "ui",
"projectType": "library",
"tags": ["scope:ui", "type:ui"],
"targets": {
"test": {
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"options": {
"reportsDirectory": "../../../coverage/libs/ui/notice"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}