Build: Nx improvements (#88341)

* feat(frontend): introduce project.json for every workspace to improve caching

* refactor(frontend): use nx tags for grafana dependson

* refactor(frontend): clean up nx tags for packages and plugins

* build(nx): make grafana dependent on cacheable generate icons command

* build(nx): clean up project files
This commit is contained in:
Jack Westbrook
2024-10-15 14:25:45 +02:00
committed by GitHub
parent b28085110d
commit 9e50866356
25 changed files with 193 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {}
}