Skip to content

Commit

Permalink
build: add tag for build
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Dec 19, 2024
1 parent aa29697 commit a60b2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ng-pixijs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"sourceRoot": "libs/ng-pixijs/src",
"prefix": "lib",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:package",
Expand Down Expand Up @@ -32,5 +31,6 @@
"lint": {
"executor": "@nx/eslint:lint"
}
}
},
"tags": ["type:lib", "lib:ng-pixijs"]
}

0 comments on commit a60b2fc

Please sign in to comment.