Skip to content

Commit a60b2fc

Browse files
committed
build: add tag for build
1 parent aa29697 commit a60b2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/ng-pixijs/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"sourceRoot": "libs/ng-pixijs/src",
55
"prefix": "lib",
66
"projectType": "library",
7-
"tags": [],
87
"targets": {
98
"build": {
109
"executor": "@nx/angular:package",
@@ -32,5 +31,6 @@
3231
"lint": {
3332
"executor": "@nx/eslint:lint"
3433
}
35-
}
34+
},
35+
"tags": ["type:lib", "lib:ng-pixijs"]
3636
}

0 commit comments

Comments
 (0)