mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
9e50866356
* 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
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"tags": ["scope:package", "type:ui"],
|
|
"targets": {
|
|
"generate": {
|
|
"outputs": ["{projectRoot}/src/icons-gen"]
|
|
},
|
|
"build": {}
|
|
}
|
|
}
|