53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
"targetDefaults": {
|
|
"build": {
|
|
"outputs": ["{projectRoot}/dist"],
|
|
"cache": true
|
|
},
|
|
"pack": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "yarn pack --out \"../../npm-artifacts/%s-%v.tgz\"",
|
|
"cwd": "{projectRoot}"
|
|
}
|
|
},
|
|
"generate": {
|
|
"cache": true
|
|
}
|
|
},
|
|
"release": {
|
|
"projectsRelationship": "fixed",
|
|
"groups": {
|
|
"grafanaPackages": {
|
|
"projects": [
|
|
"@grafana/data",
|
|
"@grafana/e2e-selectors",
|
|
"@grafana/flamegraph",
|
|
"@grafana/prometheus",
|
|
"@grafana/runtime",
|
|
"@grafana/schema",
|
|
"@grafana/ui"
|
|
]
|
|
},
|
|
"privatePackages": {
|
|
"projects": ["@grafana/sql", "@grafana/o11y-ds-frontend"]
|
|
},
|
|
"plugins": {
|
|
"projects": ["@grafana-plugins/*"]
|
|
}
|
|
},
|
|
"version": {
|
|
"generatorOptions": {
|
|
"skipLockFileUpdate": true
|
|
},
|
|
"git": {
|
|
"commit": false,
|
|
"stageChanges": false,
|
|
"tag": false
|
|
}
|
|
}
|
|
},
|
|
"defaultBase": "main"
|
|
}
|