File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
"sourceRoot" : " libs/state/src" ,
5
5
"prefix" : " rx" ,
6
6
"targets" : {
7
- "build-state " : {
7
+ "build-lib " : {
8
8
"executor" : " @nrwl/angular:package" ,
9
9
"options" : {
10
10
"tsConfig" : " libs/state/tsconfig.lib.json" ,
22
22
"executor" : " @nrwl/workspace:run-commands" ,
23
23
"dependsOn" : [
24
24
{
25
- "target" : " build-state " ,
25
+ "target" : " build-lib " ,
26
26
"projects" : " self"
27
27
}
28
28
],
Original file line number Diff line number Diff line change 4
4
"sourceRoot" : " libs/template/src" ,
5
5
"prefix" : " rx" ,
6
6
"targets" : {
7
- "build-base " : {
7
+ "build-lib " : {
8
8
"executor" : " @nrwl/angular:package" ,
9
9
"options" : {
10
10
"tsConfig" : " libs/template/tsconfig.lib.json" ,
22
22
"executor" : " @nrwl/workspace:run-commands" ,
23
23
"dependsOn" : [
24
24
{
25
- "target" : " build-base " ,
25
+ "target" : " build-lib " ,
26
26
"projects" : <
9384
span class="pl-pds">" self"
27
27
}
28
28
],
Original file line number Diff line number Diff line change 16
16
"options" : {
17
17
"cacheableOperations" : [
18
18
" build-schematics" ,
19
- " build-base" ,
20
19
" build-lib" ,
21
- " build-state" ,
22
20
" build" ,
23
21
" lint" ,
24
22
" test" ,
You can’t perform that action at this time.
0 commit comments