mirror of
https://github.com/mudita/mudita-center.git
synced 2026-01-30 16:52:19 -05:00
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "help/feature",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/help/feature/src",
|
|
"projectType": "library",
|
|
"tags": ["process:renderer"],
|
|
"targets": {
|
|
"nx-release-publish": {
|
|
"options": {
|
|
"packageRoot": "dist/{projectRoot}"
|
|
}
|
|
}
|
|
},
|
|
"release": {
|
|
"version": {
|
|
"currentVersionResolver": "git-tag",
|
|
"fallbackCurrentVersionResolver": "disk",
|
|
"preserveLocalDependencyProtocols": false,
|
|
"manifestRootsToUpdate": ["dist/{projectRoot}"]
|
|
}
|
|
}
|
|
}
|