Skip to content

Commit

Permalink
fix!: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed May 7, 2023
1 parent da7fff4 commit 997ae4e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"builder": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/ngx-ssr/cache/tsconfig.lib.json",
"project": "libs/ngx-ssr/cache/ng-package.json"
"project": "libs/ngx-ssr/cache/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down Expand Up @@ -57,7 +58,8 @@
"builder": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/ngx-ssr/platform/tsconfig.lib.json",
"project": "libs/ngx-ssr/platform/ng-package.json"
"project": "libs/ngx-ssr/platform/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down Expand Up @@ -103,7 +105,8 @@
"builder": "@nrwl/angular:package",
"options": {
"tsConfig": "libs/ngx-ssr/timeout/tsconfig.lib.json",
"project": "libs/ngx-ssr/timeout/ng-package.json"
"project": "libs/ngx-ssr/timeout/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit 997ae4e

Please sign in to comment.