Skip to content

Commit

Permalink
fix: fixed i18n package dependencies (#9146)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili authored Dec 28, 2022
1 parent 7b74426 commit 7f3bd7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/i18n/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"executor": "@nrwl/angular:package",
"outputs": ["{workspaceRoot}/dist/libs/i18n"],
"options": {
"project": "libs/i18n/ng-package.json"
"project": "libs/i18n/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand All @@ -37,7 +38,8 @@
"executor": "@nrwl/angular:package",
"outputs": ["{workspaceRoot}/dist/libs/i18n"],
"options": {
"project": "libs/i18n/ng-package.json"
"project": "libs/i18n/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit 7f3bd7e

Please sign in to comment.