Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 041f90d

Browse filesBrowse files
authored
Merge branch 'main' into reintro-accumulate-observable
2 parents ba7cb50 + 8e94531 commit 041f90d
Copy full SHA for 041f90d

File tree

3 files changed

+4
-6
lines changed
Filter options

3 files changed

+4
-6
lines changed

‎libs/state/project.json

Copy file name to clipboardExpand all lines: libs/state/project.json
+2-2Lines 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

Copy file name to clipboardExpand all lines: libs/template/project.json
+2-2Lines 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": "self"
2727
}
2828
],

‎nx.json

Copy file name to clipboardExpand all lines: nx.json
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.