Skip to content

Commit

Permalink
fix: Changed sourceRoot in angular.json for all libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Tozzi authored and mrumbrella committed Feb 27, 2023
1 parent 281a191 commit 992a702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"core": {
"projectType": "library",
"root": "projects/core",
"sourceRoot": "projects/core/src",
"sourceRoot": "projects/core",
"prefix": "ajf",
"architect": {
"build": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"material": {
"projectType": "library",
"root": "projects/material",
"sourceRoot": "projects/material/src",
"sourceRoot": "projects/material",
"prefix": "lib",
"architect": {
"build": {
Expand Down Expand Up @@ -174,7 +174,7 @@
"ionic": {
"projectType": "library",
"root": "projects/ionic",
"sourceRoot": "projects/ionic/src",
"sourceRoot": "projects/ionic",
"prefix": "lib",
"architect": {
"build": {
Expand Down Expand Up @@ -258,7 +258,7 @@
"calendars": {
"projectType": "library",
"root": "projects/calendars",
"sourceRoot": "projects/calendars/src",
"sourceRoot": "projects/calendars",
"prefix": "lib",
"architect": {
"build": {
Expand Down

0 comments on commit 992a702

Please sign in to comment.