Skip to content

Commit

Permalink
chore: align naming of targets
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Feb 18, 2022
1 parent aeb061c commit 8e94531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs/state/project.json
Expand Up @@ -4,7 +4,7 @@
"sourceRoot": "libs/state/src",
"prefix": "rx",
"targets": {
"build-state": {
"build-lib": {
"executor": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/state/tsconfig.lib.json",
Expand All @@ -22,7 +22,7 @@
"executor": "@nrwl/workspace:run-commands",
"dependsOn": [
{
"target": "build-state",
"target": "build-lib",
"projects": "self"
}
],
Expand Down
4 changes: 2 additions & 2 deletions libs/template/project.json
Expand Up @@ -4,7 +4,7 @@
"sourceRoot": "libs/template/src",
"prefix": "rx",
"targets": {
"build-base": {
"build-lib": {
"executor": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/template/tsconfig.lib.json",
Expand All @@ -22,7 +22,7 @@
"executor": "@nrwl/workspace:run-commands",
"dependsOn": [
{
"target": "build-base",
"target": "build-lib",
"projects": "self"
}
],
Expand Down
2 changes: 0 additions & 2 deletions nx.json
Expand Up @@ -16,9 +16,7 @@
"options": {
"cacheableOperations": [
"build-schematics",
"build-base",
"build-lib",
"build-state",
"build",
"lint",
"test",
Expand Down

0 comments on commit 8e94531

Please sign in to comment.