File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 48
48
"executor" : " @nrwl/angular:package" ,
49
49
"options" : {
50
50
"tsConfig" : " libs/cdk/tsconfig.lib.json" ,
51
- "project" : " libs/cdk/ng-package.json"
51
+ "project" : " libs/cdk/ng-package.json" ,
52
+ "updateBuildableProjectDepsInPackageJson" : false
52
53
},
53
54
"outputs" : [" dist/libs/cdk" ]
54
55
},
Original file line number Diff line number Diff line change 8
8
"executor" : " @nrwl/angular:package" ,
9
9
"options" : {
10
10
"tsConfig" : " libs/state/tsconfig.lib.json" ,
11
- "project" : " libs/state/ng-package.json"
11
+ "project" : " libs/state/ng-package.json" ,
12
+ "updateBuildableProjectDepsInPackageJson" : false
12
13
},
13
14
"outputs" : [" dist/libs/state" ],
14
15
"dependsOn" : [
Original file line number Diff line number Diff line change 8
8
"executor" : " @nrwl/angular:package" ,
9
9
"options" : {
10
10
"tsConfig" : " libs/template/tsconfig.lib.json" ,
11
- "project" : " libs/template/ng-package.json"
11
+ "project" : " libs/template/ng-package.json" ,
12
+ "updateBuildableProjectDepsInPackageJson" : false
12
13
},
13
14
"dependsOn" : [
14
15
{
You can’t perform that action at this time.
0 commit comments