mirror of
https://github.com/mudita/mudita-center.git
synced 2026-04-18 22:17:34 -04:00
23 lines
550 B
JSON
23 lines
550 B
JSON
{
|
|
"name": "settings/ui",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/settings/ui/src",
|
|
"projectType": "library",
|
|
"tags": ["type:ui"],
|
|
"targets": {
|
|
"nx-release-publish": {
|
|
"options": {
|
|
"packageRoot": "dist/{projectRoot}"
|
|
}
|
|
}
|
|
},
|
|
"release": {
|
|
"version": {
|
|
"currentVersionResolver": "git-tag",
|
|
"fallbackCurrentVersionResolver": "disk",
|
|
"preserveLocalDependencyProtocols": false,
|
|
"manifestRootsToUpdate": ["dist/{projectRoot}"]
|
|
}
|
|
}
|
|
}
|