diff --git a/lib/ng-package/ng-package-content.json b/lib/ng-package/ng-package-content.json index 3e5bb4b8f7..a2513c1a96 100644 --- a/lib/ng-package/ng-package-content.json +++ b/lib/ng-package/ng-package-content.json @@ -1,8 +1,8 @@ { "$schema": "./node_modules/ng-packagr/ng-package.schema.json", "workingDirectory" : "./ng_work", - "src": "./content-services/", - "dest": "content-services/dist/", + "src": "../content-services/", + "dest": "../content-services/dist/", "lib": { "entryFile": "./public-api.ts", "flatModuleFile": "adf-content-services", diff --git a/lib/ng-package/ng-package-core.json b/lib/ng-package/ng-package-core.json index 6018f17592..3320d01be5 100644 --- a/lib/ng-package/ng-package-core.json +++ b/lib/ng-package/ng-package-core.json @@ -1,8 +1,8 @@ { "$schema": "./node_modules/ng-packagr/ng-package.schema.json", "workingDirectory" : "./ng_work", - "src": "./core/", - "dest": "core/dist/", + "src": "../core/", + "dest": "../core/dist/", "lib": { "entryFile": "./public-api.ts", "flatModuleFile": "adf-core", diff --git a/lib/ng-package/ng-package-insights.json b/lib/ng-package/ng-package-insights.json index e19b40b026..73bfa8edab 100644 --- a/lib/ng-package/ng-package-insights.json +++ b/lib/ng-package/ng-package-insights.json @@ -1,8 +1,8 @@ { "$schema": "./node_modules/ng-packagr/ng-package.schema.json", "workingDirectory" : "./ng_work", - "src": "./insights/", - "dest": "insights/dist/", + "src": "../insights/", + "dest": "../insights/dist/", "lib": { "entryFile": "./public-api.ts", "flatModuleFile": "adf-insights", diff --git a/lib/ng-package/ng-package-process.json b/lib/ng-package/ng-package-process.json index 4a3b84618e..cbc383f54f 100644 --- a/lib/ng-package/ng-package-process.json +++ b/lib/ng-package/ng-package-process.json @@ -1,8 +1,8 @@ { "$schema": "./node_modules/ng-packagr/ng-package.schema.json", "workingDirectory": "./ng_work", - "src": "./process-services/", - "dest": "process-services/dist/", + "src": "../process-services/", + "dest": "../process-services/dist/", "lib": { "entryFile": "./public-api.ts", "externals": {