8000 chore: align naming of targets · rx-angular/rx-angular@8e94531 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e94531

Browse files
committed
chore: align naming of targets
1 parent aeb061c commit 8e94531

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

libs/state/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sourceRoot": "libs/state/src",
55
"prefix": "rx",
66
"targets": {
7-
"build-state": {
7+
"build-lib": {
88
"executor": "@nrwl/angular:package",
99
"options": {
1010
"tsConfig": "libs/state/tsconfig.lib.json",
@@ -22,7 +22,7 @@
2222
"executor": "@nrwl/workspace:run-commands",
2323
"dependsOn": [
2424
{
25-
"target": "build-state",
25+
"target": "build-lib",
2626
"projects": "self"
2727
}
2828
],

libs/template/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sourceRoot": "libs/template/src",
55
"prefix": "rx",
66
"targets": {
7-
"build-base": {
7+
"build-lib": {
88
"executor": "@nrwl/angular:package",
99
"options": {
1010
"tsConfig": "libs/template/tsconfig.lib.json",
@@ -22,7 +22,7 @@
2222
"executor": "@nrwl/workspace:run-commands",
2323
"dependsOn": [
2424
{
25-
"target": "build-base",
25+
"target": "build-lib",
2626
"projects": < 9384 span class="pl-pds">"self"
2727
}
2828
],

nx.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"options": {
1717
"cacheableOperations": [
1818
"build-schematics",
19-
"build-base",
2019
"build-lib",
21-
"build-state",
2220
"build",
2321
"lint",
2422
"test",

0 commit comments

Comments
 (0)
0