docs(nxdev): fill missing project tags (#9565)

This commit is contained in:
Benjamin Cabanes 2022-03-28 14:12:00 -04:00 committed by GitHub
parent 9a16371bf0
commit e66db12e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -19,5 +19,5 @@
}
}
},
"tags": []
"tags": ["scope:nx-dev", "type:util"]
}

View File

@ -19,5 +19,5 @@
}
}
},
"tags": []
"tags": ["scope:nx-dev", "type:util"]
}

View File

@ -19,5 +19,5 @@
}
}
},
"tags": []
"tags": ["scope:nx-dev", "type:util"]
}

View File

@ -2,7 +2,7 @@
"root": "nx-dev/ui-community",
"sourceRoot": "nx-dev/ui-community/src",
"projectType": "library",
"tags": ["scope:nx-dev", "tag:ui"],
"tags": ["scope:nx-dev", "type:ui"],
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",

View File

@ -2,7 +2,7 @@
"root": "nx-dev/ui-sponsor-card",
"sourceRoot": "nx-dev/ui-sponsor-card/src",
"projectType": "library",
"tags": [],
"tags": ["scope:nx-dev", "type:ui"],
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",